Skip to content
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

Closed
CoericK opened this issue Apr 13, 2018 · 4 comments
Closed

--watch doesnt work on mocha 5.1.0 #3325

CoericK opened this issue Apr 13, 2018 · 4 comments
Assignees
Labels
type: bug a defect, confirmed by a maintainer
Milestone

Comments

@CoericK
Copy link

CoericK commented Apr 13, 2018

I got these scripts

{
    "test": "mocha --require babel-core/register src/**/*.test.js",
    "test:watch": "yarn test --watch"
}

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.

@mwangaben
Copy link

I am facing the same issue with mocha 5.1.0

@outsideris outsideris added the type: bug a defect, confirmed by a maintainer label Apr 18, 2018
@boneskull
Copy link
Member

boneskull commented Apr 18, 2018

Ugh, sorry-- c580294 got in when it shouldn't have. I'm experimenting with some new branching and apparently got confused.

@boneskull boneskull self-assigned this Apr 18, 2018
@boneskull boneskull added this to the v5.1.1 milestone Apr 18, 2018
@boneskull
Copy link
Member

Released as v5.1.1

@CoericK
Copy link
Author

CoericK commented Apr 18, 2018

Thanks @boneskull !!

This was referenced Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug a defect, confirmed by a maintainer
Projects
None yet
Development

No branches or pull requests

4 participants