Skip to content

Commit 65caa5a

Browse files
remove .only()
1 parent a20d3b3 commit 65caa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/bulk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { assert as test, ignoreNsNotFound } from '../shared';
1616
const MAX_BSON_SIZE = 16777216;
1717
const DB_NAME = 'bulk_operations_tests';
1818

19-
describe.only('Bulk', function () {
19+
describe('Bulk', function () {
2020
let client: MongoClient;
2121

2222
beforeEach(async function () {

0 commit comments

Comments
 (0)