-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Growl reporter fails due to recursive structure #823
Comments
hmm not sure what's going on there |
For some reason, mocha ends up with a recursive structure. You can run the tests yourself, have a look at the link. |
don't have time to look into it right now but I'll try soon |
@fb55 I suspect the problem is simply wrong execution of the growl "repoter" feedy:CSSselect felix$ mocha -R growl --watch Should be feedy:CSSselect felix$ mocha --growl --watch I do agree however that the API to growl should probably be a reporter just like any other... |
Funny story I had the same thought on growl needing to be its own reporter the other day, in context to having multiple reporters. |
And that worked! Thanks, now I have a much better reason than pretty logs to use mocha :) |
Hi,
I'm using mocha for CSSselect and for some reason, the growl reporter doesn't work.
The project uses the exports style.
One fix would be to use
util.inspect
instead ofJSON.stringify
in node-growl.The text was updated successfully, but these errors were encountered: