Skip to content

Commit 09b86b2

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

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 } = require('stream');
45
import { setTimeout } from 'timers';
56
import { inspect, promisify } from 'util';
67

0 commit comments

Comments
 (0)