Skip to content

Commit

Permalink
Don't look for babelrc file during test (facebook#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhajidin authored and jarlef committed Nov 28, 2016
1 parent 14280a6 commit 7c97f6f
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 7c97f6f

Please sign in to comment.