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 3204c33 commit 6db799cCopy full SHA for 6db799c
test/integration/node-specific/cursor_stream.test.ts
@@ -5,7 +5,7 @@ import { expect } from 'chai';
5
import { Binary, type Collection, type Db, type MongoClient, MongoServerError } from '../../../src';
6
import { sleep } from '../../tools/utils';
7
8
-describe.only('Cursor Streams', function () {
+describe('Cursor Streams', function () {
9
let client: MongoClient;
10
let db: Db;
11
0 commit comments