Skip to content

Commit

Permalink
kaocha-clj: new alias to run Kaocha ClojureScript test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Aug 24, 2020
1 parent 1720869 commit b76ff05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,11 @@
:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.669"}}
:main-opts ["-m" "kaocha.runner"]}


:test-runner-kaocha-cljs
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.669"}
lambdaisland/kaocha-cljs {:mvn/version "1.0.71"}}
:main-opts ["-m" "kaocha.runner"]}


Expand Down

0 comments on commit b76ff05

Please sign in to comment.