-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
closes #865: Disable timeouts when running under the debug #1262
closes #865: Disable timeouts when running under the debug #1262
Conversation
@jonathanong @travisjeffery this change adds a |
Looks good to me 👍 |
Thanks @jbnicolai! |
No feedback from any of the others, but I'm happy to merge this. |
…tion-is-set closes #865: Disable timeouts when running under the debug
Thanks @jbnicolai! |
there should be an api added for this, like the other options. mocha.invert(), mocha.suite.timeout(timeout), mocha.grep(/re/), mocha.asyncOnly(), etc. to not do this: jsdevel@fa3fa4d#diff-789b16a197fe1df6ad7686554bb32265R235. |
@travisjeffery see #1268 |
This works, but will probably generate criticism related to style and semantics etc.
Please let me know what you think. Thanks.