mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 01:29:17 +02:00
Remove unneded afterEach() in decompress unit tests
This commit is contained in:
parent
51a4f84e13
commit
1852dc6509
1 changed files with 0 additions and 5 deletions
|
@ -37,11 +37,6 @@ describe('bitjs.archive.decompress', () => {
|
|||
}
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
// Delete the unarchived files that were written to disk.
|
||||
INPUT_FILES.forEach(fn => fs.unlink(fn, () => {}));
|
||||
});
|
||||
|
||||
for (const outFile of ARCHIVE_FILES) {
|
||||
it(outFile, async () => {
|
||||
const bufs = new Map(inputArrayBuffers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue