Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Sep 3, 2024
1 parent 5ad892a commit 0a87b39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ describe("app option", () => {
afterEach(async () => {
await browser.close();
await devServer.stop();
await new Promise((resolve) => {
compiler.close(() => {
resolve();
});
});
});

it("should handle GET request to index route (/)", async () => {
Expand Down

0 comments on commit 0a87b39

Please sign in to comment.