diff --git a/packages/io/__tests__/io.test.ts b/packages/io/__tests__/io.test.ts index d4ebca9a..3fd1c64a 100644 --- a/packages/io/__tests__/io.test.ts +++ b/packages/io/__tests__/io.test.ts @@ -784,7 +784,7 @@ describe('mkdirP', () => { }) it('creates folder', async () => { -de const testPath = path.join(getTestTemp(), 'mkdirTest') + const testPath = path.join(getTestTemp(), 'mkdirTest') await io.mkdirP(testPath) await assertExists(testPath)