mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
restore test --watch=... support
This commit is contained in:
parent
1af0cdee0a
commit
0c188ebab9
1 changed files with 1 additions and 0 deletions
|
@ -1615,6 +1615,7 @@ pub async fn run_tests_with_watch(
|
|||
)?;
|
||||
let log_level = cli_options.log_level();
|
||||
|
||||
let _ = watcher_communicator.watch_paths(cli_options.watch_paths());
|
||||
let workspace_dirs_with_files = if cli_options.is_discovered_config() {
|
||||
cli_options
|
||||
.resolve_test_options_for_members(&test_flags)?
|
||||
|
|
Loading…
Add table
Reference in a new issue