Skip to content

Commit 75f74b0

Browse files
committed
more windows test slashes
1 parent 3aa1abd commit 75f74b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ignore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ t.test('race condition', async t => {
362362
ignore,
363363
}
364364
if (cwd) opt.cwd = cwd
365-
const expect = ignore ? [] : ['fixtures/a']
365+
const expect = ignore ? [] : j(['fixtures/a'])
366366
t.test(JSON.stringify(opt), async t => {
367367
t.plan(2)
368368
t.same(glob.sync(pattern, opt).sort(), expect)

0 commit comments

Comments
 (0)