-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fork #111
base: master
Are you sure you want to change the base?
Fork #111
Conversation
Haven't had a chance to check this out and see what's happening but did you notice that all the tests are failing? |
Aw.. It was very easy, sorry I will check it. |
How can I do tests,
|
Strange, that succeeded on Travis. What version of nodejs are you using? |
hmm, just updated my node_modules and now get the same problem - somewhere an updated dependency has broken things |
ok the problem was a change to the way blanket works for generating coverage when |
Yup now I only have 3 failing tests and they're all related to your changes. Can you update the tests to reflect what the new behaviour should be? |
I am using node |
Best would be to do:
That way you pick up the changes I just made and can put your changes on top of that - there shouldn't be any conflicts AFAIK. Don't worry about thanks |
Ok... |
Main difference
On original
grunt-mocha-test
if you have a mocha test that useconsole.log
and configuration like thatIn this case the console output will be reported on report file, this fork fix it. To it work the reporter need to write on the
runner.on('end')
event