File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
"@types/node" : " ^14.18.36" ,
55
55
"c8" : " ^10.1.3" ,
56
56
"chai" : " ^4.3.6" ,
57
- "chai-as-promised" : " ^7.1 .1" ,
57
+ "chai-as-promised" : " ^8.0 .1" ,
58
58
"dependency-check" : " ^5.0.0-7" ,
59
59
"husky" : " ^8.0.3" ,
60
60
"installed-check" : " ^9.3.0" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const { readFile } = require('node:fs/promises')
4
4
const path = require ( 'node:path' )
5
5
6
6
const chai = require ( 'chai' )
7
- const chaiAsPromised = require ( 'chai-as-promised' )
7
+ const { default : chaiAsPromised } = require ( 'chai-as-promised' )
8
8
9
9
const {
10
10
getDefaultConfig,
Original file line number Diff line number Diff line change 3
3
const path = require ( 'node:path' )
4
4
5
5
const chai = require ( 'chai' )
6
- const chaiAsPromised = require ( 'chai-as-promised' )
6
+ const { default : chaiAsPromised } = require ( 'chai-as-promised' )
7
7
8
8
const {
9
9
readSocketConfig
You can’t perform that action at this time.
0 commit comments