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 randycoulman committed May 8, 2017
1 parent 74fd981 commit 67fe690
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 @@ -13,5 +13,6 @@ module.exports = babelJest.createTransformer({
require.resolve('babel-preset-latest'),
require.resolve('babel-preset-react'),
require.resolve('babel-preset-stage-1')
]
],
babelrc: false
});

0 comments on commit 67fe690

Please sign in to comment.