Skip to content

Commit

Permalink
removed .only
Browse files Browse the repository at this point in the history
  • Loading branch information
malikj2000 committed Jun 28, 2023
1 parent 6b96803 commit 3ce249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/crud/explain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

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

describe.only('CRUD API explain option', function () {
describe('CRUD API explain option', function () {
let client: MongoClient;
let db: Db;
let collection: Collection;
Expand Down

0 comments on commit 3ce249b

Please sign in to comment.