Skip to content

Commit

Permalink
Kill shells before removing homedir
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Sep 25, 2024
1 parent 0c99e61 commit 1e5e75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/e2e-tests/test/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,7 @@ describe('e2e', function () {
});

afterEach(async function () {
await TestShell.killAll();
try {
await fs.rm(homedir, { recursive: true, force: true });
} catch (err: any) {
Expand Down

0 comments on commit 1e5e75a

Please sign in to comment.