Skip to content

Commit

Permalink
one more windows test path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 31, 2023
1 parent 204e1a0 commit 3fa283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ t.test('basic making of dirs should work', async t => {
mkdirSync(path, opts)
const opts = { mkdir: myMkdir, mkdirSync: myMkdirSync }
//@ts-ignore
t.equal(s(mkdirp.sync(`${dir}/a/custom-sync`, opts)), `${dir}/a/custom-sync`)
t.equal(s(mkdirp.sync(`${dir}/a/custom-sync`, opts)), s(`${dir}/a/custom-sync`))
check(`${dir}/a/custom-sync`)
//@ts-ignore
t.equal(s(mkdirp.sync(`${dir}/a/custom-sync`, opts)), undefined)
Expand Down

0 comments on commit 3fa283c

Please sign in to comment.