You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will make karma exit in quite a spectacular way
Indeed it makes Karma exit. However what I wanted to achieve is for Karma not to quit, but just to report the error and keep on watching files for changes. Is it possible?
It doesn't seem like this will be easy to implement, Karma seems to be kind of "binary", it either runs the tests or it quits, it's discussed here in a somewhat similar issue: karma-runner/karma#550.
Whenever there's a compilation error, eg:
Karma should fail too. Instead, it continues and tests may pass even if there are TypeScript compilation errors.
Is there any way to avoid this behaviour?
Example output:
The text was updated successfully, but these errors were encountered: