We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b217a19 commit ed5406dCopy full SHA for ed5406d
test/e2e/https.test.js
@@ -59,6 +59,7 @@ describe("https option", () => {
59
});
60
61
afterEach(async () => {
62
+ utilSpy.mockRestore();
63
await browser.close();
64
await server.stop();
65
0 commit comments