Skip to content

Commit 1852dc6

Browse files
committed
Remove unneded afterEach() in decompress unit tests
1 parent 51a4f84 commit 1852dc6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/archive-decompress.spec.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ describe('bitjs.archive.decompress', () => {
3737
}
3838
});
3939

40-
afterEach(() => {
41-
// Delete the unarchived files that were written to disk.
42-
INPUT_FILES.forEach(fn => fs.unlink(fn, () => {}));
43-
});
44-
4540
for (const outFile of ARCHIVE_FILES) {
4641
it(outFile, async () => {
4742
const bufs = new Map(inputArrayBuffers);

0 commit comments

Comments
 (0)