Skip to content

Commit 4740acf

Browse files
tadjik1durran
andauthored
test(NODE-7183): migrate integration/gridfs tests (#4677)
Co-authored-by: Durran Jordan <[email protected]>
1 parent 36609b1 commit 4740acf

File tree

3 files changed

+501
-854
lines changed

3 files changed

+501
-854
lines changed

test/integration/gridfs/gridfs.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
import { once } from 'node:events';
2+
13
import { expect } from 'chai';
2-
import { once } from 'events';
34

45
import {
56
type CommandStartedEvent,
67
type Db,
78
GridFSBucket,
89
type MongoClient,
910
ObjectId
10-
} from '../../mongodb';
11+
} from '../../../src';
1112
import { sleep } from '../../tools/utils';
1213

1314
describe('GridFS', () => {

0 commit comments

Comments
 (0)