Skip to content

Commit 672c944

Browse files
committed
skip memfs test on windows
1 parent 65b9b47 commit 672c944

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/memfs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if (process.platform === 'win32') {
2+
t.plan(0, 'this test does not work on windows')
3+
process.exit(0)
4+
}
15
import { fs as memfs, vol } from 'memfs'
26
import t from 'tap'
37
import { glob } from '../'

0 commit comments

Comments
 (0)