File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
"cors" : " ^2.8.5" ,
75
75
"cosmiconfig" : " ^7.0.0" ,
76
76
"dirty-chai" : " ^2.0.1" ,
77
- "electron-mocha" : " ^ 9.3.2 " ,
77
+ "electron-mocha" : " 9.3.0 " ,
78
78
"eslint" : " ^7.11.0" ,
79
79
"eslint-config-ipfs" : " ^0.1.0" ,
80
80
"execa" : " ^4.1.0" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = (argv) => {
13
13
const invert = argv . invert ? [ '--invert' ] : [ ]
14
14
const progress = argv . progress ? [ '--reporter=progress' ] : [ ]
15
15
const bail = argv . bail ? [ '--bail' , argv . bail ] : [ ]
16
- const timeout = argv . timeout ? [ '--timeout' , argv . bail ] : [ ]
16
+ const timeout = argv . timeout ? [ '--timeout' , argv . timeout ] : [ ]
17
17
const renderer = argv . renderer ? [ '--renderer' ] : [ ]
18
18
const ts = argv . ts ? [ '--require' , fromAegir ( 'src/config/register.js' ) ] : [ ]
19
19
You can’t perform that action at this time.
0 commit comments