Skip to content

Commit 8b40673

Browse files
committed
fix: import
1 parent 3d73bee commit 8b40673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/crud/crud_api.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
ReturnDocument
1616
} from '../../mongodb';
1717
import { type FailPoint } from '../../tools/utils';
18+
import { assert as test } from '../shared';
1819
// instanceof cannot be use reliably to detect the new models in js due to scoping and new
1920
// contexts killing class info find/distinct/count thus cannot be overloaded without breaking
2021
// backwards compatibility in a fundamental way

0 commit comments

Comments
 (0)