Skip to content

Commit

Permalink
removes transform runtime plugin from jest config (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
delambo authored and ccpricenytimes committed Mar 10, 2017
1 parent fb48e79 commit 968af13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/kyt-core/config/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ module.exports = (rootDir, aliases = {}) => ({
resolveFromUtils('file.stub'),
'^[./a-zA-Z0-9!&$_-]+\\.(css|scss)$':
'identity-obj-proxy',
// when this is removed from the base webpack config, we can likely
// remove the runtime and include the polyfill in the test environment
'babel-runtime': require.resolve('babel-plugin-transform-runtime'),
},
aliases
),
Expand Down

0 comments on commit 968af13

Please sign in to comment.