Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in example for async test #135

Open
vinotion opened this issue May 2, 2017 · 0 comments
Open

Error in example for async test #135

vinotion opened this issue May 2, 2017 · 0 comments

Comments

@vinotion
Copy link

vinotion commented May 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants