mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
restore checking to test --watch
This commit is contained in:
parent
0c188ebab9
commit
b8b9eea548
1 changed files with 6 additions and 0 deletions
|
@ -1656,6 +1656,12 @@ pub async fn run_tests_with_watch(
|
|||
)
|
||||
.await?;
|
||||
|
||||
file_container.check().await?;
|
||||
|
||||
if workspace_test_options.no_run {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
let factories_with_specifiers =
|
||||
if let Some(changed_paths) = changed_paths {
|
||||
file_container
|
||||
|
|
Loading…
Add table
Reference in a new issue