1
0
Fork 0
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:
Nayeem Rahman 2024-12-10 09:42:41 +00:00
parent 0c188ebab9
commit b8b9eea548

View file

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