Skip to content

Commit

Permalink
remove .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Mar 6, 2024
1 parent a20d3b3 commit 65caa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/crud/bulk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { assert as test, ignoreNsNotFound } from '../shared';
const MAX_BSON_SIZE = 16777216;
const DB_NAME = 'bulk_operations_tests';

describe.only('Bulk', function () {
describe('Bulk', function () {
let client: MongoClient;

beforeEach(async function () {
Expand Down

0 comments on commit 65caa5a

Please sign in to comment.