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
From the docs:
Test-specific timeouts may also be applied, or the use of this.timeout(0) to disable timeouts all together:
Passing -t 0 to the mocha binary results in this error:
-t 0
mocha
Error: timeout of 0ms exceeded
The text was updated successfully, but these errors were encountered:
Not sure what the intent was with -t. Might be for your own good. 😄
-t
Sorry, something went wrong.
dd0a811
fix -t 0 behavior; closes mochajs#1446
a31da2b
No branches or pull requests
From the docs:
Passing
-t 0
to themocha
binary results in this error:The text was updated successfully, but these errors were encountered: