File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
],
8
8
9
9
"check-coverage" : true ,
10
- "branches" : 100 ,
10
+ "branches" : 80 ,
11
11
"lines" : 100
12
12
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import awsMock from '../src/index.ts';
10
10
import aws2 from 'aws-sdk' ;
11
11
12
12
// Const imports
13
- import isNodeStream from 'is-node-stream' ;
13
+ const isNodeStream = require ( 'is-node-stream' ) ;
14
14
import AWS from 'aws-sdk' ;
15
15
import { Readable } from 'stream' ;
16
16
Original file line number Diff line number Diff line change 28
28
29
29
/* Misc */
30
30
"allowSyntheticDefaultImports" : true ,
31
- "noEmit" : true
31
+ "noEmit" : true ,
32
+ "allowImportingTsExtensions" : true
32
33
},
33
34
"exclude" : [
34
35
// TODO consider removing the test exclusion to get `tsc` compiler error sorted. Not doing so because the typescript migration is big as it is.
You can’t perform that action at this time.
0 commit comments