File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -300,12 +300,10 @@ describe("MultiCompiler", function() {
300300 setupTwoCompilerEnvironment ( env ) ;
301301 env . callback = sinon . spy ( ) ;
302302 env . options = [ {
303- testWatchOptions : true
304- } ,
305- {
306- testWatchOptions2 : true
307- }
308- ] ;
303+ testWatchOptions : true
304+ } , {
305+ testWatchOptions2 : true
306+ } ] ;
309307 env . result = env . myMultiCompiler . watch ( env . options , env . callback ) ;
310308 } ) ;
311309
@@ -404,12 +402,10 @@ describe("MultiCompiler", function() {
404402 } ) ;
405403 env . callback = sinon . spy ( ) ;
406404 env . options = [ {
407- testWatchOptions : true
408- } ,
409- {
410- testWatchOptions2 : true
411- }
412- ] ;
405+ testWatchOptions : true
406+ } , {
407+ testWatchOptions2 : true
408+ } ] ;
413409 env . result = env . myMultiCompiler . watch ( env . options , env . callback ) ;
414410 } ) ;
415411
You can’t perform that action at this time.
0 commit comments