Skip to content

Commit 2e6b83f

Browse files
remove .only()
1 parent 88016c7 commit 2e6b83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/explain.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212

1313
const explain = [true, false, 'queryPlanner', 'allPlansExecution', 'executionStats', 'invalid'];
1414

15-
describe.only('CRUD API explain option', function () {
15+
describe('CRUD API explain option', function () {
1616
let client: MongoClient;
1717
let db: Db;
1818
let collection: Collection;

0 commit comments

Comments
 (0)