diff options
author | Liam Murphy <liampm32@gmail.com> | 2021-05-10 16:06:13 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 08:06:13 +0200 |
commit | 7a9ebd15852eee7b676a671098d63bece679e0f7 (patch) | |
tree | 188c5b64a0a30f6c62382aef80b32eec98d91bc1 /runtime/errors.rs | |
parent | 84733d90c7cf9b6768acf78f4204b2293f2d1bc0 (diff) |
feat: add deno test --watch (#9160)
This commit implements file watching for deno test.
When a file is changed, only the test modules which
use it as a dependency are rerun.
This is accomplished by reworking the file watching infrastructure
to pass the paths which have changed to the resolver, and then
constructing a module graph for each test module to check if it
contains any changed files.
Diffstat (limited to 'runtime/errors.rs')
0 files changed, 0 insertions, 0 deletions