diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-10 10:51:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 10:51:49 +0200 |
commit | 32ad8f77d68df04e26ecaed71bdd8d37f048218a (patch) | |
tree | 6274f8725ea1e2ba5cf39089d2ef84a097141d91 /cli/tests | |
parent | c3c4a8e0f3753485ff55082ffa6564bececb77ef (diff) |
test: run deno test --watch test only on unix (#10550)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 674f42f87..5a535e4d8 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1012,6 +1012,7 @@ mod integration { temp_directory.close().unwrap(); } + #[cfg(unix)] #[test] fn test_watch() { macro_rules! assert_contains { |