-
Notifications
You must be signed in to change notification settings - Fork 291
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
Failed to execute "jasmine.executeSpecsInFolder": TypeError: undefined is not a function #330
Comments
Confirming the same problem with jasmine-reporters@2.0.0(released 2 days ago 🐕 ). |
Closed
The #333 pull request has a better solution for this, using |
Fixed |
jitheshgopan
added a commit
to jitheshgopan/grunt-jasmine-node
that referenced
this issue
Aug 3, 2014
Updated jasmine-node version for compatibility to fix issue: mhevery/jasmine-node#330
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running jasmine-node via grunt I get this error:
Comparing broken builds to working builds it appears a dependency has not been locked down enough in the package json and moved to a version containing a breaking change.
Working builds were using
jasmine-reporters@0.4.1
, broken builds are now pulling injasmine-reporters@2.0.0
.We are outputting the test results in junit format.
The text was updated successfully, but these errors were encountered: