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 105105 "tslint" : " 5.18.0"
106106 },
107107 "dependencies" : {
108- "@dojo/webpack-contrib" : " 8.0.0-alpha.1 " ,
108+ "@dojo/webpack-contrib" : " file:~/Projects/opensource/webpack-contrib/dist/release/dojo-webpack-contrib- 8.0.0-pre.tgz " ,
109109 "@typescript-eslint/eslint-plugin" : " 2.34.0" ,
110110 "@typescript-eslint/parser" : " 2.34.0" ,
111111 "caniuse-lite" : " 1.0.30000973" ,
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ describe('command', () => {
166166 return main . run ( getMockHelper ( ) , { target : 'electron' } ) . then ( ( ) => {
167167 assert . isTrue ( mockDistConfig . called ) ;
168168 assert . isTrue ( mockElectronTestConfig . called ) ;
169- assert . isTrue ( mockLogger . calledWith ( ' stats' , [ 'dist config' , 'electron config' ] ) ) ;
169+ assert . isTrue ( mockLogger . calledWith ( stats , [ 'dist config' , 'electron config' ] ) ) ;
170170 } ) ;
171171 } ) ;
172172
You can’t perform that action at this time.
0 commit comments