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 alexdriaguine committed Jan 23, 2017
1 parent 08eb9fd commit f7a3dfd
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 f7a3dfd

Please sign in to comment.