1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/tools
Liam Murphy 7a9ebd1585
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.
2021-05-10 08:06:13 +02:00
..
coverage.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
doc.rs chore: upgrade crates (#9632) 2021-03-02 13:39:56 +01:00
fmt.rs feat: add deno test --watch (#9160) 2021-05-10 08:06:13 +02:00
installer.rs fix(cli/installer): allow remote import maps (#10499) 2021-05-10 09:48:30 +09:00
lint.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
mod.rs feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
repl.rs fix(repl): filter out symbol candidates (#9555) 2021-02-21 16:58:31 +01:00
standalone.rs Remove denort optimization (#10350) 2021-04-26 13:28:38 -04:00
test_runner.rs feat: add deno test --watch (#9160) 2021-05-10 08:06:13 +02:00
upgrade.rs feat(cli/upgrade): add download progress (#10343) 2021-04-24 13:37:43 -04:00