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 de40422 commit b121c88Copy full SHA for b121c88
tests/integration/tools/mongodb/mongodbClusterProcess.ts
@@ -83,7 +83,6 @@ export class MongoDBClusterProcess {
83
84
async close(): Promise<void> {
85
await this.tearDownFunction();
86
- return;
87
}
88
89
static isConfigurationSupportedInCurrentEnv(config: MongoClusterConfiguration): boolean {
0 commit comments