Skip to content

Commit

Permalink
Don't look for babelrc file during test (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhajidin authored and fson committed Nov 20, 2016
1 parent f4cb595 commit a5c30b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-scripts/config/jest/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
const babelJest = require('babel-jest');

module.exports = babelJest.createTransformer({
presets: [require.resolve('babel-preset-react-app')]
presets: [require.resolve('babel-preset-react-app')],
babelrc: false
});

0 comments on commit a5c30b9

Please sign in to comment.