File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -313,24 +313,19 @@ func.defaultConfig = {
313
313
} ;
314
314
315
315
func . defaultConfig . preprocessors [ pathToCustomMatchers ] = [ 'browserify' ] ;
316
+ func . defaultConfig . preprocessors [ testFileGlob ] = [ 'browserify' ] ;
316
317
317
318
if ( isBundleTest ) {
318
319
switch ( basename ( testFileGlob ) ) {
319
320
case 'minified_bundle' :
320
321
func . defaultConfig . files . push ( constants . pathToPlotlyBuildMin ) ;
321
- func . defaultConfig . preprocessors [ testFileGlob ] = [ 'browserify' ] ;
322
322
break ;
323
323
case 'plotschema' :
324
324
func . defaultConfig . browserify . ignoreTransform = './tasks/compress_attributes.js' ;
325
- func . defaultConfig . preprocessors [ testFileGlob ] = [ 'browserify' ] ;
326
- break ;
327
- default :
328
- func . defaultConfig . preprocessors [ testFileGlob ] = [ 'browserify' ] ;
329
325
break ;
330
326
}
331
327
} else {
332
328
func . defaultConfig . files . push ( pathToJQuery ) ;
333
- func . defaultConfig . preprocessors [ testFileGlob ] = [ 'browserify' ] ;
334
329
}
335
330
336
331
// lastly, load test file glob
You can’t perform that action at this time.
0 commit comments