This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
forked from mochajs/mocha
-
Notifications
You must be signed in to change notification settings - Fork 13
How to set custom mocha-options (like timeout)? #83
Comments
@thebarty You can do it like this:
|
@FrenchMajesty |
@romainkoenig Are you using arrow functions in describe and it? Won't work if you have those. |
yes it was this, I found out after but forgot to respond to myself here |
Yes arrow functions can cause problems even though I have not had any this
far.
On Sun, Oct 1, 2017 at 2:42 PM Koenig Romain ***@***.***> wrote:
yes it was this, I found out after but forgot to respond to myself here
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXnVPNhyZLl7zvd5gwKxLXqMF0i3__Pzks5sn-ssgaJpZM4Mmg3N>
.
--
Sincerely,
…-Verdi
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi guys,
a stupid question: how do I set custom mocha options? I'd like to increase standard timeout to 5000?
The text was updated successfully, but these errors were encountered: