We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204e1a0 commit 3fa283cCopy full SHA for 3fa283c
test/index.ts
@@ -59,7 +59,7 @@ t.test('basic making of dirs should work', async t => {
59
mkdirSync(path, opts)
60
const opts = { mkdir: myMkdir, mkdirSync: myMkdirSync }
61
//@ts-ignore
62
- 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`))
63
check(`${dir}/a/custom-sync`)
64
65
t.equal(s(mkdirp.sync(`${dir}/a/custom-sync`, opts)), undefined)
0 commit comments