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 5c43a16 commit d548784Copy full SHA for d548784
tests/integration/helpers.ts
@@ -83,6 +83,9 @@ export function setupIntegrationTest(): IntegrationTest {
83
afterEach(async () => {
84
await mcpServer?.session.close();
85
config.connectionString = undefined;
86
+
87
+ await mongoClient?.close();
88
+ mongoClient = undefined;
89
});
90
91
beforeAll(async function () {
0 commit comments