Skip to content

Commit d0c1027

Browse files
committed
fix: import readable
1 parent 7bdc079 commit d0c1027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tools/utils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { EJSON } from 'bson';
22
import * as BSON from 'bson';
33
import { expect } from 'chai';
4+
import { Readable } from 'stream';
45
import { setTimeout } from 'timers';
56
import { inspect, promisify } from 'util';
67

0 commit comments

Comments
 (0)