-
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
Jasmine 2.0 with jasmine-node2.0 #38
Comments
Oh cool, I just made a bunch of PR merges but I didn't read this until now. I'll make a branch this week and start trying to implement the new version, sweet! :) |
👍 On Wednesday, March 12, 2014, Omar Gonzalez notifications@github.com
|
I've given up expecting Jasmine 2.0 to land in this plugin. I'd suggest using https://github.com/onury/grunt-jasmine-nodejs instead. |
+1 |
Hi! I know you asked for this a long time ago, and I've finally implemented it. You can now require jasmine-node (2.0) like
require('jasmine-node')
, it gives you the default options object and the run function. Just populate the defaults object as desired and then pass it torun
. Currently this branch is in develop, it's named Jasmine2.0. If you have any time to test it out/update your grunt module to work with it, i'd much appreciate it.Thanks!
The text was updated successfully, but these errors were encountered: