Skip to content

Commit

Permalink
trigger build (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting authored Mar 15, 2022
1 parent 074975b commit 3530bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ t('getDirectoryHandle(create=true) creates an empty directory', async root => {
arrayEqual(await getSortedDirectoryEntries(root), ['non-existing-dir/'])
})


t('getDirectoryHandle(create=false) returns existing directories', async root => {
const existing_handle = await root.getDirectoryHandle('dir-with-contents', { create: true })
await createEmptyFile('test-file', existing_handle)
Expand Down

0 comments on commit 3530bfc

Please sign in to comment.