Skip to content

Commit

Permalink
after -> afterEach
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jun 15, 2022
1 parent e4c3bca commit 7548fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function setup() {
await setTerminalTestSettings(app);
});

after(async function () {
afterEach(async function () {
await app.workbench.terminal.runCommand(TerminalCommandId.KillAll);
await settingsEditor.clearUserSettings();
});
Expand Down

0 comments on commit 7548fed

Please sign in to comment.