Skip to content

Commit

Permalink
Add test deps to cljs
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 18, 2023
1 parent 3232744 commit 827b696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:task (apply clojure "-M:test" *command-line-args*)}

cljs-test {:doc "Run CLJS tests"
:task (apply clojure "-M:cljs-test" *command-line-args*)}
:task (apply clojure "-M:test:cljs-test" *command-line-args*)}

quickdoc {:doc "Invoke quickdoc"
:requires ([quickdoc.api :as api])
Expand Down

0 comments on commit 827b696

Please sign in to comment.