Issue #140 - comments around :refer-clojure #373
Annotations
3 errors
error: expect(received).toBe(expected):
test/format.test.js#L96
Expected: "(ns com.example.my-app\n #?(:cljs\n ;; comment 1\n ;; comment 2\n (:refer-clojure :rename {get g, print core-print}))) ;; comment 3"
Received: "(ns com.example.my-app\n #?(:cljs\n ;; comment 1\n ;; comment 2\n (:refer-clojure :rename {get g, print core-print})))"
at /home/runner/work/standard-clojure-style-js/standard-clojure-style-js/test/format.test.js:96:26
|
error: expect(received).toBe(expected):
test/parse_ns.test.js#L99
Expected: true
Received: false
at /home/runner/work/standard-clojure-style-js/standard-clojure-style-js/test/parse_ns.test.js:99:31
|
build
Process completed with exit code 1.
|