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:
README.md
var done = assert.stop();
Should be replaced by:
var done = assert.async();
See: here.