Skip to content

Commit 3f98aca

Browse files
committed
remove .only
1 parent 7d196c7 commit 3f98aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/document_validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { expect } from 'chai';
33
import { MongoBulkWriteError, type MongoClient, MongoServerError } from '../../../src';
44
import { assert as test, ignoreNsNotFound, setupDatabase } from '../shared';
55

6-
describe.only('Document Validation', function () {
6+
describe('Document Validation', function () {
77
let client: MongoClient;
88

99
before(function () {

0 commit comments

Comments
 (0)