Skip to content

Commit 3fa283c

Browse files
committed
one more windows test path fix
1 parent 204e1a0 commit 3fa283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ t.test('basic making of dirs should work', async t => {
5959
mkdirSync(path, opts)
6060
const opts = { mkdir: myMkdir, mkdirSync: myMkdirSync }
6161
//@ts-ignore
62-
t.equal(s(mkdirp.sync(`${dir}/a/custom-sync`, opts)), `${dir}/a/custom-sync`)
62+
t.equal(s(mkdirp.sync(`${dir}/a/custom-sync`, opts)), s(`${dir}/a/custom-sync`))
6363
check(`${dir}/a/custom-sync`)
6464
//@ts-ignore
6565
t.equal(s(mkdirp.sync(`${dir}/a/custom-sync`, opts)), undefined)

0 commit comments

Comments
 (0)