Skip to content

Commit ed5406d

Browse files
authored
test: clear mock after usage (#4096)
1 parent b217a19 commit ed5406d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/https.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ describe("https option", () => {
5959
});
6060

6161
afterEach(async () => {
62+
utilSpy.mockRestore();
6263
await browser.close();
6364
await server.stop();
6465
});

0 commit comments

Comments
 (0)