-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Cannot read property * of null when using grunt watch #2218
Comments
Getting the same error on 1.1.0, except I don't use grunt and simply use Console error i get:
|
@main-kun your issue should be fixed by the latest release of @mcgraphix a mitigating fix can probably be done to |
Expected behavior
Tests should rerun successfully
Actual behavior
Error thrown to console:
Enviroment Details
karma --version
): 1.1.0 (this issue doesn't happen with 1.0.0)karma.config.js
file:Steps to reproduce the behaviour
1.run grunt watch - tests run successfully
2. change a test file
3. it attempts to rerun but throws error (shown above)
Keeping all the dependencies and configuration the same and just downgrading karma to 1.0.0 prevents the issue.
The text was updated successfully, but these errors were encountered: