0
0
Fork 0
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:
Nayeem Rahman 2024-12-10 09:34:55 +00:00
parent 1af0cdee0a
commit 0c188ebab9

View file

@ -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)?