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 a50e7b2 commit afbe817Copy full SHA for afbe817
test/integration/node-specific/client_close.test.ts
@@ -4,7 +4,7 @@ import { expect } from 'chai';
4
import { type TestConfiguration } from '../../tools/runner/config';
5
import { runScriptAndGetProcessInfo } from './resource_tracking_script_builder';
6
7
-describe.only('MongoClient.close() Integration', () => {
+describe('MongoClient.close() Integration', () => {
8
// note: these tests are set-up in accordance of the resource ownership tree
9
10
let config: TestConfiguration;
0 commit comments