File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const MiniReporter = require('./reporters/mini');
1515const TapReporter = require ( './reporters/tap' ) ;
1616const Logger = require ( './logger' ) ;
1717const Watcher = require ( './watcher' ) ;
18- const babelConfig = require ( './babel-config' ) ;
18+ const babelConfigHelper = require ( './babel-config' ) ;
1919
2020// Bluebird specific
2121Promise . longStackTraces ( ) ;
@@ -115,7 +115,7 @@ exports.run = () => {
115115 powerAssert : cli . flags . powerAssert !== false ,
116116 explicitTitles : cli . flags . watch ,
117117 match : arrify ( cli . flags . match ) ,
118- babelConfig : babelConfig . validate ( conf . babel ) ,
118+ babelConfig : babelConfigHelper . validate ( conf . babel ) ,
119119 resolveTestsFrom : cli . input . length === 0 ? projectDir : process . cwd ( ) ,
120120 projectDir,
121121 timeout : cli . flags . timeout ,
You can’t perform that action at this time.
0 commit comments