We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e46fe commit 5ad018aCopy full SHA for 5ad018a
src/test/self/self_parity/test.cljs
@@ -259,7 +259,8 @@
259
[cljs.ns-test.foo]
260
#_[cljs.pprint]
261
[cljs.spec-test]
262
- [cljs.clojure-alias-test]))
+ [cljs.clojure-alias-test]
263
+ [cljs.hash-map-test]))
264
(fn [{:keys [value error]}]
265
(if error
266
(prn error)
@@ -281,7 +282,8 @@
281
282
'cljs.import-test
283
#_'cljs.pprint
284
'cljs.spec-test
- 'cljs.clojure-alias-test)
285
+ 'cljs.clojure-alias-test
286
+ 'cljs.hash-map-test)
287
288
(when error
289
(prn error)))))))))
0 commit comments