Skip to content

Commit

Permalink
remove .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Mar 18, 2024
1 parent 80a6673 commit 10b0a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/index_management.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe('Indexes', function () {
});
});

describe.only('Collection.createIndex()', function () {
describe('Collection.createIndex()', function () {
const started: CommandStartedEvent[] = [];
beforeEach(() => {
started.length = 0;
Expand All @@ -186,7 +186,7 @@ describe('Indexes', function () {
});
});

describe.only('Collection.createIndexes()', function () {
describe('Collection.createIndexes()', function () {
const started: CommandStartedEvent[] = [];
beforeEach(() => {
started.length = 0;
Expand Down

0 comments on commit 10b0a19

Please sign in to comment.