There was an error while loading. Please reload this page.
1 parent 3aa1abd commit 75f74b0Copy full SHA for 75f74b0
test/ignore.ts
@@ -362,7 +362,7 @@ t.test('race condition', async t => {
362
ignore,
363
}
364
if (cwd) opt.cwd = cwd
365
- const expect = ignore ? [] : ['fixtures/a']
+ const expect = ignore ? [] : j(['fixtures/a'])
366
t.test(JSON.stringify(opt), async t => {
367
t.plan(2)
368
t.same(glob.sync(pattern, opt).sort(), expect)
0 commit comments