Skip to content

Commit 7548fed

Browse files
committed
after -> afterEach
1 parent e4c3bca commit 7548fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/src/areas/terminal/terminal-shellIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function setup() {
2020
await setTerminalTestSettings(app);
2121
});
2222

23-
after(async function () {
23+
afterEach(async function () {
2424
await app.workbench.terminal.runCommand(TerminalCommandId.KillAll);
2525
await settingsEditor.clearUserSettings();
2626
});

0 commit comments

Comments
 (0)