marcopeg / grunt-mocha-chai-sinon

Simple test runner task for NodeJS
8 stars 3 forks source link

Improve error logging #5

Closed kt3k closed 9 years ago

kt3k commented 9 years ago

Hi!

This improves the error logging when the spec files have syntax errors or runtime errors outside of the outermost describe call (for example, mistakes in require call at the top). I guess the current version logs nothing in those situations.

Thanks,

marcopeg commented 9 years ago

thank you @kt3k !

kt3k commented 9 years ago

My pleasure!

kt3k commented 9 years ago

I'd love to see this version uploaded to npm registry if you have time...

marcopeg commented 9 years ago

Hi, I've published. I am sorry I don't know why I didn't do it before!

kt3k commented 9 years ago

It's ok! Thank you very much! :smile: