Skip to content

Commit

Permalink
test: clear mock after usage (#4096)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Dec 10, 2021
1 parent b217a19 commit ed5406d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/https.test.js
Expand Up @@ -59,6 +59,7 @@ describe("https option", () => {
});

afterEach(async () => {
utilSpy.mockRestore();
await browser.close();
await server.stop();
});
Expand Down

0 comments on commit ed5406d

Please sign in to comment.