Skip to content

Commit

Permalink
Add back a comment in clean.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok authored and kanej committed Apr 17, 2024
1 parent ae49ce7 commit bb063f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/tests/commands/clean.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ suite("task - clean", function () {
});
await waitForUI();

// Wait for the task to finish
await new Promise((resolve) => vscode.tasks.onDidEndTask(resolve));

// Assert the artifacts were removed
Expand Down

0 comments on commit bb063f7

Please sign in to comment.