mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
fix(cli): re-enable --watch flag for test (#11433)
This commit is contained in:
parent
44084cd0f9
commit
3d3bb1e65c
1 changed files with 1 additions and 0 deletions
|
@ -1773,6 +1773,7 @@ fn test_parse(flags: &mut Flags, matches: &clap::ArgMatches) {
|
|||
};
|
||||
|
||||
flags.coverage_dir = matches.value_of("coverage").map(String::from);
|
||||
flags.watch = matches.is_present("watch");
|
||||
flags.subcommand = DenoSubcommand::Test {
|
||||
no_run,
|
||||
doc,
|
||||
|
|
Loading…
Add table
Reference in a new issue