node-qunit icon indicating copy to clipboard operation
node-qunit copied to clipboard

Error in example for async test

Open vinotion opened this issue 8 years ago • 0 comments

In the example code of README.md, there's an error in the async test. The line:

var done = assert.stop();

Should be replaced by:

var done = assert.async();

See: here.

vinotion avatar May 02 '17 14:05 vinotion