Skip to content

Commit a702d7e

Browse files
Prep double for jank
1 parent 85a7b0c commit a702d7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/clojure/core_test/double.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
;; In cljs, `double` is just returns the argument unchanged (dummy fn)
2424
[(is (= "0" (double "0")))
2525
(is (= :0 (double :0)))]
26+
:jank []
2627
:cljr
2728
[(is (= 0.0 (double "0")))
2829
(is (thrown? Exception (double :0)))]

0 commit comments

Comments
 (0)