Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes transform runtime plugin from jest config #414

Merged
merged 6 commits into from
Mar 10, 2017
Merged
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