We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use the current new version generator, inside test directory, i place the mocha.opts file as follows.
test
mocha.opts
--reporter list --ui bdd --timeout 100000
but i still got the error:
Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
how to enable mocha options?
The text was updated successfully, but these errors were encountered:
#207 1.enabled mocha.opts 2.throw err where execution can not be continued and test coverage is not accurate . thanks.
Sorry, something went wrong.
As you saw, pass the option in the gulp task.
If you feel we're missing some options that should be there by default, please send a PR.
Also, you can see the request on the gulp-mocha project sindresorhus/gulp-mocha#44
@SBoudrias do u mean i should remove the error thrown code ? and file a new PR?
No branches or pull requests
I use the current new version generator,
inside
test
directory, i place themocha.opts
file as follows.but i still got the error:
how to enable mocha options?
The text was updated successfully, but these errors were encountered: