We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6324ad9 commit 8f51ddfCopy full SHA for 8f51ddf
src/util/mock-servers/mock-server.ts
@@ -37,7 +37,6 @@ export class MockServer {
37
`localhost:${this.port}`,
38
grpc.ServerCredentials.createInsecure(),
39
() => {
40
- server.start();
41
callback ? callback(portString) : undefined;
42
}
43
);
0 commit comments