Skip to content

Commit

Permalink
auto create test folder if not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Sep 30, 2021
1 parent 820b100 commit 7d90f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-deno.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ async function test (fs, step, root) {
}

async function start () {
Deno.mkdirSync('testfolder', { recursive: true })

const root = await getOriginPrivateDirectory(import('../src/adapters/deno.js'), './testfolder')
const memory = await getOriginPrivateDirectory(import('../src/adapters/memory.js'))

Expand Down

0 comments on commit 7d90f6f

Please sign in to comment.