Skip to content

Commit ebb070f

Browse files
authored
Cleanup after test
1 parent 8b62eac commit ebb070f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/sea/test-build-sea-custom-argv0.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ skipIfBuildSEAIsNotSupported();
99

1010
const { resolve } = require('path');
1111
const fixtures = require('../common/fixtures');
12+
const { rmSync } = require('fs');
1213

1314
const { spawnSyncAndAssert } = require('../common/child_process');
1415
const fixturesDir = fixtures.path('sea', 'basic');
@@ -21,3 +22,5 @@ spawnSyncAndAssert(
2122
}, {
2223
stdout: /Generated single executable/,
2324
});
25+
26+
rmSync(resolve(fixturesDir, 'sea'));

0 commit comments

Comments
 (0)