Skip to content

Commit f51ac3b

Browse files
authored
chore(deps-dev): upgrading eslint and replacing babel-polyfill with corejs (#221)
1 parent f11b3f8 commit f51ac3b

File tree

3 files changed

+1232
-1651
lines changed

3 files changed

+1232
-1651
lines changed

lib/enzyme.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const Adapter = require('enzyme-adapter-react-16');
33
const enzyme = require('enzyme');
44

5-
require('babel-polyfill');
5+
require('core-js/stable');
6+
require('regenerator-runtime/runtime');
67

78
enzyme.configure({ adapter: new Adapter() });

0 commit comments

Comments
 (0)