This repository was archived by the owner on Jan 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ describe('browserify preprocessor', function () {
204204 } )
205205
206206 it ( 'uses transforms if provided' , function ( ) {
207- const transform = [ ( ) => { } , { } ]
207+ const transform = [ ( ) => { } , { } ]
208208
209209 this . options . browserifyOptions = { transform }
210210
@@ -334,7 +334,7 @@ describe('browserify preprocessor', function () {
334334 }
335335
336336 this . run ( ) . then ( ( ) => {
337- streamApi . on . withArgs ( 'error' ) . yieldsAsync ( new Error ( 'bundle error' ) ) . returns ( { pipe ( ) { } } )
337+ streamApi . on . withArgs ( 'error' ) . yieldsAsync ( new Error ( 'bundle error' ) ) . returns ( { pipe ( ) { } } )
338338 this . bundlerApi . on . withArgs ( 'update' ) . yield ( )
339339 } )
340340 } )
@@ -345,7 +345,7 @@ describe('browserify preprocessor', function () {
345345
346346 return run ( this . file )
347347 . then ( ( ) => {
348- streamApi . on . withArgs ( 'error' ) . yieldsAsync ( new Error ( 'bundle error' ) ) . returns ( { pipe ( ) { } } )
348+ streamApi . on . withArgs ( 'error' ) . yieldsAsync ( new Error ( 'bundle error' ) ) . returns ( { pipe ( ) { } } )
349349 this . bundlerApi . on . withArgs ( 'update' ) . yield ( )
350350
351351 return run ( this . file )
You can’t perform that action at this time.
0 commit comments