nodeunit icon indicating copy to clipboard operation
nodeunit copied to clipboard

Easy unit testing in node.js and the browser, based on the assert module.

Results 101 nodeunit issues
Sort by recently updated
recently updated
newest added

Just started using nodeunit. It seems not all the reporters support the recursive option. It seems `recursive: options.recursive,` is missing from the call to `nodeunit.runFiles()` in at least eclipse, html,...

Added equalIgnoringOrder assertion to add flexibility and match the assertions possible in other frameworks.

[Template Literal](https://github.com/Drulac/template-literal) is fastest, smallest and simplest template engine, because it use JS's literal template feature, It's 55 times faster than EJS, so it may be a good idea to...

Hello, I have found TestNG's ability to run single test case with multiple data to be very useful. In TestNG it's called [DataProvider](http://blog.varunin.com/2010/10/dataprovider-in-testng.html). I have implemented similar functionality with this...

Would be nice to have ES6 Module export--browsers are starting to support...

We on the [QUnit](http://qunitjs.com/) team have been [discussing](https://github.com/jquery/qunit/issues/531) the possibility of working with other JS test frameworks, especially those that can be run client-side (e.g. Mocha, Jasmine, Intern, Buster, etc....

The current examples I can find only show how to do a setup/teardown per test. Is it possible to: 1) run a single test harness/suite setup/tear down 2) barring that:...

Hi, is it possible to skip tests, skip groups, subgroups, etc..? Same with picking single or few particular tests to run. The way Mocha does it is by using prepending...