Skip to content

Commit

Permalink
fix running all watch-mode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Sep 28, 2024
1 parent 897331e commit 4f70b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/watch-mode-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ app.forEachScenario(scenario => {
fetch: fetch as unknown as typeof globalThis.fetch,
}));

hooks.afterEach(async () => {
hooks.after(async () => {
await Promise.all([server.shutdown(), browser.close()]);
});

Expand Down

0 comments on commit 4f70b3b

Please sign in to comment.