Skip to content

Commit

Permalink
remove .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 12, 2023
1 parent 88016c7 commit 2e6b83f
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 @@ -12,7 +12,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 2e6b83f

Please sign in to comment.