Skip to content

Commit 610fc05

Browse files
committed
test(NODE-7195): run all tests
1 parent 2e6b429 commit 610fc05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/crud/find.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
import { CursorResponse } from '../../../src/cmap/wire_protocol/responses';
1313
import { assert as test, filterForCommands } from '../shared';
1414

15-
describe.only('Find', function () {
15+
describe('Find', function () {
1616
let client: MongoClient;
1717

1818
beforeEach(async function () {

0 commit comments

Comments
 (0)