test: run deno test --watch test only on unix (#10550)

This commit is contained in:
Bartek Iwańczuk 2021-05-10 10:51:49 +02:00 committed by GitHub
parent c3c4a8e0f3
commit 32ad8f77d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1012,6 +1012,7 @@ mod integration {
temp_directory.close().unwrap();
}
#[cfg(unix)]
#[test]
fn test_watch() {
macro_rules! assert_contains {