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 ae26fbc commit e6d59bfCopy full SHA for e6d59bf
test/integration/crud/document_validation.test.ts
@@ -1,7 +1,7 @@
1
import { expect } from 'chai';
2
3
import { MongoBulkWriteError, type MongoClient, MongoServerError } from '../../../src';
4
-import { assert as test, ignoreNsNotFound, setupDatabase } from '../shared';
+import { ignoreNsNotFound, setupDatabase } from '../shared';
5
6
describe('Document Validation', function () {
7
let client: MongoClient;
0 commit comments