We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6b429 commit 610fc05Copy full SHA for 610fc05
1 file changed
test/integration/crud/find.test.ts
@@ -12,7 +12,7 @@ import {
12
import { CursorResponse } from '../../../src/cmap/wire_protocol/responses';
13
import { assert as test, filterForCommands } from '../shared';
14
15
-describe.only('Find', function () {
+describe('Find', function () {
16
let client: MongoClient;
17
18
beforeEach(async function () {
0 commit comments