mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 03:29:10 -05:00
test: run deno test --watch test only on unix (#10550)
This commit is contained in:
parent
c3c4a8e0f3
commit
32ad8f77d6
1 changed files with 1 additions and 0 deletions
|
@ -1012,6 +1012,7 @@ mod integration {
|
|||
temp_directory.close().unwrap();
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
#[test]
|
||||
fn test_watch() {
|
||||
macro_rules! assert_contains {
|
||||
|
|
Loading…
Reference in a new issue