Skip to content

Commit 3530bfc

Browse files
authored
trigger build (#31)
1 parent 074975b commit 3530bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ t('getDirectoryHandle(create=true) creates an empty directory', async root => {
5959
arrayEqual(await getSortedDirectoryEntries(root), ['non-existing-dir/'])
6060
})
6161

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

0 commit comments

Comments
 (0)