fix: tests

This commit is contained in:
DecDuck
2025-03-20 09:57:25 +11:00
parent 6439b173f8
commit 5313622341
3 changed files with 1 additions and 10 deletions

View File

@ -97,4 +97,4 @@ test("single large file", async (t) => {
}
fs.rmSync(dirName, { recursive: true });
});
});