-
Notifications
You must be signed in to change notification settings - Fork 99
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
TypeError: Cannot read property 'result' of undefined in grunt watch #9
Comments
I don't really use grunt.watch so I haven't run into this. |
https://github.com/maksimr/grunt-jasmine-issue Now it fail with other Error. Test fail but grunt write that 'Done, without errors.' |
@maksimr I ran into a similar issue when trying to run this plugin alongside an express plugin that required the nospawn option to be specified when using watch. I found another grunt plugin that worked for me https://github.com/tmtk75/grunt-contrib-jasmine-node Might work as a temporary workaround for you until this issue is closed. |
It looks like I've run into this problem as well (this task with I've been able to set the |
Note: pr #34 fixes this problem |
I merged PR #15 which had multi task support and fixed for CoffeeScript, I am not sure that it also fixed these issues with watch. I will set up a project tomorrow and test if #15 also fixes it like #34 did, if not I'll look through PR #34 and see what else was changed there to fix the issue when using watch. |
Hello! I have a problem with grunt watch and grunt-jasmine-node.
When I run grunt watch and change some files first run grunt-jasmine-node is ok, but
second fails with error 'TypeError'.
Any suggestions?
Thanks!
grunt.js:
trace:
Tests files locate in './test' directory:
The text was updated successfully, but these errors were encountered: