Skip to content

Issue #187 - bug with :require with :rename and :refer #470

Issue #187 - bug with :require with :rename and :refer

Issue #187 - bug with :require with :rename and :refer #470

Triggered via pull request February 27, 2025 16:19
Status Failure
Total duration 21s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
error: expect(received).toBe(expected): test/parse_ns.test.js#L102
Expected: true Received: undefined at <anonymous> (/home/runner/work/standard-clojure-style-js/standard-clojure-style-js/test/parse_ns.test.js:102:48)
error: expect(received).toBe(expected): test/format.test.js#L95
Expected: "(ns com.example.my-app\n (:require\n [foo.bar :refer [xxx yyy zzz] :rename {aaa bbb, ccc ddd}]\n [garden.selectors :refer [&] :rename {& parent}]))" Received: "(ns com.example.my-app\n (:require\n [foo.bar :refer [xxx yyy zzz] :rename {aaa bbb, ccc ddd}]\n [garden.selectors :refer [& & parent]]))" at <anonymous> (/home/runner/work/standard-clojure-style-js/standard-clojure-style-js/test/format.test.js:95:26)
build
Process completed with exit code 1.