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 ed123ef commit 089d677Copy full SHA for 089d677
test/utils/integrationTestHelper.ts
@@ -34,7 +34,7 @@ function startMockServer(settings: ConfigurationSetting[]) {
34
}
35
36
function closeMockServer() {
37
- server.close();
+ server?.close();
38
39
40
const mockServerEndpoint = `https://localhost:${port}`;
0 commit comments