-
-
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
--watch doesnt work on mocha 5.1.0 #3325
Comments
I am facing the same issue with mocha 5.1.0 |
Ugh, sorry-- c580294 got in when it shouldn't have. I'm experimenting with some new branching and apparently got confused. |
Released as v5.1.1 |
Thanks @boneskull !! |
This was referenced Sep 22, 2018
Closed
Closed
This was referenced Oct 4, 2018
This was referenced Oct 25, 2018
This was referenced Nov 1, 2018
This was referenced Nov 9, 2018
Closed
This was referenced Nov 19, 2018
This was referenced Dec 1, 2018
This was referenced Dec 8, 2018
This was referenced Dec 23, 2018
This was referenced Mar 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got these scripts
and they work perfect on mocha 5.0.5, but i just created a new project and installed mocha 5.1.0 and the
npm run test:watch
command doesn't work. I mean it doesnt give any error, it executes the tests and finish the process, if i have to run the tests again i have to run the command again and again.Workaround: Going back to 5.0.5 for now.
The text was updated successfully, but these errors were encountered: