Skip to content

Commit

Permalink
test: make sure ramdisk is unmounted correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed May 9, 2024
1 parent c142f2d commit 19b834d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,5 @@ describe('rollup-plugin-swc3', () => {
tests(rollup4, isolateDir);
});

after(() => {
cleanup(ramDiskPath);
});
after(() => cleanup(ramDiskPath));
});

0 comments on commit 19b834d

Please sign in to comment.