Skip to content

Commit 10b0a19

Browse files
remove .only()
1 parent 80a6673 commit 10b0a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/index_management.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('Indexes', function () {
160160
});
161161
});
162162

163-
describe.only('Collection.createIndex()', function () {
163+
describe('Collection.createIndex()', function () {
164164
const started: CommandStartedEvent[] = [];
165165
beforeEach(() => {
166166
started.length = 0;
@@ -186,7 +186,7 @@ describe('Indexes', function () {
186186
});
187187
});
188188

189-
describe.only('Collection.createIndexes()', function () {
189+
describe('Collection.createIndexes()', function () {
190190
const started: CommandStartedEvent[] = [];
191191
beforeEach(() => {
192192
started.length = 0;

0 commit comments

Comments
 (0)