Closed borkdude closed 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.
-n foo.bar
foo.bar
@Olical I just pushed a PR which fixes this.
Hah, how well timed!
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 iffoo.bar
doesn't exist. But the cljs-test-runner throws an exception.