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 3d73bee commit 8b40673Copy full SHA for 8b40673
test/integration/crud/crud_api.test.ts
@@ -15,6 +15,7 @@ import {
15
ReturnDocument
16
} from '../../mongodb';
17
import { type FailPoint } from '../../tools/utils';
18
+import { assert as test } from '../shared';
19
// instanceof cannot be use reliably to detect the new models in js due to scoping and new
20
// contexts killing class info find/distinct/count thus cannot be overloaded without breaking
21
// backwards compatibility in a fundamental way
0 commit comments