We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The whole test run hangs when there are any syntactic error in my coffeescript test. Here is the log output:
DEBUG [plugin]: Loading plugin karma-jasmine. DEBUG [plugin]: Loading plugin karma-chrome-launcher. DEBUG [plugin]: Loading plugin karma-remote-reporter. DEBUG [plugin]: Loading plugin karma-coffee-preprocessor. DEBUG [plugin]: Loading inlined plugin (defining ). INFO [karma]: Karma v0.10.2 server started at http://localhost:9876/ DEBUG [preprocessor.coffee]: Processing "/home/user/work/project/web-app/js/app.coffee". DEBUG [preprocessor.coffee]: Processing "/home/user/work/project/web-app/js/filters.coffee". DEBUG [preprocessor.coffee]: Processing "/home/user/work/project/test/javascript/unit/filtersSpec.coffee". ERROR [preprocessor.coffee]: unmatched ) at /home/user/work/project/test/javascript/unit/filtersSpec.coffee
The text was updated successfully, but these errors were encountered:
You are correct, when a preprocessor fails. Karma should cancel the build, not even run.
Duplicate of #550.
Sorry, something went wrong.
No branches or pull requests
The whole test run hangs when there are any syntactic error in my coffeescript test. Here is the log output:
The text was updated successfully, but these errors were encountered: