Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed Aug 6, 2024
1 parent 5b16886 commit 5083254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/async.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export async function testAsync() {
await mkdir('/happy/opfs');
// Create and write file content
await writeFile('/happy/opfs/a.txt', 'hello opfs');
await writeFile('/happy/op-fs/fs.txt', 'hello opfs');
// Move the file
await rename('/happy/opfs/a.txt', '/happy/b.txt');
// Append content to the file
Expand Down

0 comments on commit 5083254

Please sign in to comment.