We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d196c7 commit 3f98acaCopy full SHA for 3f98aca
test/integration/crud/document_validation.test.ts
@@ -3,7 +3,7 @@ import { expect } from 'chai';
3
import { MongoBulkWriteError, type MongoClient, MongoServerError } from '../../../src';
4
import { assert as test, ignoreNsNotFound, setupDatabase } from '../shared';
5
6
-describe.only('Document Validation', function () {
+describe('Document Validation', function () {
7
let client: MongoClient;
8
9
before(function () {
0 commit comments