We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.