Skip to content

Commit

Permalink
more windows test slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 27, 2023
1 parent 3aa1abd commit 75f74b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ignore.ts
Expand Up @@ -362,7 +362,7 @@ t.test('race condition', async t => {
ignore,
}
if (cwd) opt.cwd = cwd
const expect = ignore ? [] : ['fixtures/a']
const expect = ignore ? [] : j(['fixtures/a'])
t.test(JSON.stringify(opt), async t => {
t.plan(2)
t.same(glob.sync(pattern, opt).sort(), expect)
Expand Down

0 comments on commit 75f74b0

Please sign in to comment.