File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ t('atomic writes: close() fails when parent directory is removed', async root =>
603
603
})
604
604
*/
605
605
606
+
606
607
t ( 'atomic writes: writable file streams make atomic changes on close' , async root => {
607
608
handle = await createEmptyFile ( 'atomic_writes.txt' , root )
608
609
wfs = await handle . createWritable ( )
@@ -617,6 +618,7 @@ t('atomic writes: writable file streams make atomic changes on close', async roo
617
618
assert ( await getFileContents ( handle ) === 'foox' )
618
619
assert ( await getFileSize ( handle ) === 4 )
619
620
} )
621
+ * /
620
622
// async () => {
621
623
// // 'atomic writes: writable file stream persists file on close, even if file is removed'
622
624
// dir = await createDirectory('parent_dir', root)
You can’t perform that action at this time.
0 commit comments