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

Test with mocha < 3.0.0 #4

Merged
merged 1 commit into from
Jan 19, 2017
Merged

Test with mocha < 3.0.0 #4

merged 1 commit into from
Jan 19, 2017

Conversation

willmore
Copy link

mocha 3+ is incompatible with resolution method usage. Attempting to run
with mocha 3 encounters error:

Error: Resolution method is overspecified. Specify a callback *or*
return a Promise; not both.

mocha 3+ is incompatible with resolution method usage. Attempting to run
with mocha 3 encounters error:
```
Error: Resolution method is overspecified. Specify a callback *or*
return a Promise; not both.
```
@indrekj indrekj merged commit 5407da7 into master Jan 19, 2017
@indrekj indrekj deleted the test-fix branch January 19, 2017 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants