-
-
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
bug with dynamic skip functionality #1604
Comments
It's seems like a bug. |
Thanks @a8m |
Thank you @danielstjules |
This should be fixed by #2335; can anyone confirm? |
I'm getting the following error: |
I just checked with the various versions of Mocha and confirmed that this issue from 2.x was fixed in 3.0. I also checked the PR and it added regression tests for this specific case, so this shouldn't come up again either. 🎆 @maggiesavovska I was unable to get a circular JSON error out of |
@ScottFreeCode: Yes, it's fixed in mocha@3.1.0. Thank you! |
I'm getting error with using dynamic skip() functionality with asyn function. Is this a bug or I'm doing something wrong?
Here's error I'm getting:
The text was updated successfully, but these errors were encountered: