Skip to content

Error in example for async test #135

Open
@vinotion

Description

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions