mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
7a9ebd1585
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. |
||
---|---|---|
.. | ||
coverage.rs | ||
doc.rs | ||
fmt.rs | ||
installer.rs | ||
lint.rs | ||
mod.rs | ||
repl.rs | ||
standalone.rs | ||
test_runner.rs | ||
upgrade.rs |