QUnit Extras v3.0.0
Extends QUnit with extra features and CLI support.
Usage
// Load QUnit and install extras.var QUnit = ; // Set the number of retries an async tests may attempt.QUnitconfigasyncRetries = 10; // Excuse tests.QUnitconfigexcused = // Specify the module name. 'qunit module': // Excuse individual asserts in a test. 'a qunit test': // Excuse by assert message. 'assert message' // Excuse by expected result. '[1,2,3]' // Excuse by error indicator. 'Died on test #1' // Excuse an entire test. 'another qunit test': true ;
Support
Tested in Node.js 4-6.