grunt-contrib-nodeunit
grunt-contrib-nodeunit copied to clipboard
Run Nodeunit unit tests.
Hi, I had added ppc64le(Linux on Power) support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and...
I want to run same nodeunit test twice but it gives me error "Fatal error: test after end() was called" For example: Setup nodeunit:{ src: ['test.js'], options: { reporter: 'tap'...
Hi. I recently inherited ownership of https://github.com/rquadling/grunt-html2js (the company I work for use it and it was no longer being maintained). I'm not a JS expert, but I'm learning what...
When grunt-contrib-nodeunit crashes, which is does often without any error message, the exit value is still 0. The exit value for any failure should be > 0. By crash I...
Is it possible? It would be _really_ handy when testing grunt tasks.
The current implementation requires the reporter be referenced by name, which assumes the reporter is registered with the nodeunit that this module requires. Instead, if the reporter is unknown, assume...