Closed Lutger closed 9 years ago
Hmm, this is by design https://github.com/karma-runner/karma/issues/926 though I agree that the message could use improvement.
0 tests in a CI environment would almost always be a failure because you can easily add 1 passing test and it might be because of a gross misconfiguration which would otherwise go unnoticed
In short: this can be fixed by fixing https://github.com/karma-runner/karma/issues/926
Can be fixed by fixing https://github.com/karma-runner/karma/issues/926
Closing this. I don't see why you'd want to run jester and not have any unittests. Just write some.
This is what happens when you don't have any tests (yet):
I'd expect it not to fail, or fail with a clearer error message.