-
Notifications
You must be signed in to change notification settings - Fork 782
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
No way to watch .ts tests #1669
Comments
Thanks, I would expect that to work as-is indeed. The code for this is in One way to handle this could be to remember the Another way could be to inspect Patch welcome. I might also give it a go myself during the next release in ~12 days. |
And add tests for verifying which files are and aren't reacted to, including coverage for the existing ignoring of events from "node_modules". This is prep for #1669.
And add tests for verifying which files are and aren't reacted to, including coverage for the existing ignoring of events from "node_modules". This is prep for #1669.
And add tests for verifying which files are and aren't reacted to, including coverage for the existing ignoring of events from "node_modules". This is prep for #1669.
And add tests for verifying which files are and aren't reacted to, including coverage for the existing ignoring of events from "node_modules". This is prep for #1669.
Change `run.watch()` to also apply the `--require` file, so that we can observe any changes to `require.extensions`. Fixes #1669.
And add tests for verifying which files are and aren't reacted to, including coverage for the existing ignoring of events from "node_modules". This is prep for #1669.
Change `run.watch()` to also apply the `--require` file, so that we can observe any changes to `require.extensions`. Fixes #1669.
And add tests for verifying which files are and aren't reacted to, including coverage for the existing ignoring of events from "node_modules". This is prep for #1669.
Easy to run typescript tests, and pretty well documented. However
--watch
only reruns tests when.js
files change. It ignores.ts
files.Suggestion: watch should trigger on both ts and js files.
The text was updated successfully, but these errors were encountered: