Olical / cljs-test-runner

Discover and run your ClojureScript tests
https://clojars.org/olical/cljs-test-runner
The Unlicense
86 stars 16 forks source link

clj test-runner accepts non-existing ns argument, cljs test-runner does not #22

Closed borkdude closed 5 years ago

borkdude commented 5 years ago

The clj test-runner accepts non-existing ns arguments, the cljs test-runner does not.

E.g. when you call the clj test-runner with -n foo.bar it just executes 0 tests if foo.bar doesn't exist. But the cljs-test-runner throws an exception.

borkdude commented 5 years ago

@Olical I just pushed a PR which fixes this.

Olical commented 5 years ago

Hah, how well timed!