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 not finding any files #36

Closed
Fjandin opened this issue Feb 19, 2019 · 1 comment
Closed

Watch not finding any files #36

Fjandin opened this issue Feb 19, 2019 · 1 comment

Comments

@Fjandin
Copy link

Fjandin commented Feb 19, 2019

Not sure if i'm missing something, but i ts-mocha works fine, but if i add the --watch flag i just end up with 0 passing (1ms)

Not sure what i'm missing?

My mocha.opts

--timeout 5000
--recursive
--check-leaks
--exit
--full-trace
--require ./test/setup.js

command

"test": "nyc ts-mocha --opts ./test/mocha.opts ./src/**/*.test.ts",
"test:watch": "ts-mocha --watch --watch-extensions ts ./src/**/*.test.ts",
@Fjandin Fjandin changed the title Watch Watch not finding any files Feb 19, 2019
@Fjandin
Copy link
Author

Fjandin commented Feb 19, 2019

Ah... sorry. Should have done some search... seems it's connected to mochajs/mocha#3748

@Fjandin Fjandin closed this as completed Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant