We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6438aa commit f859cfbCopy full SHA for f859cfb
jest.setup.js
@@ -1,4 +1,5 @@
1
import { configure } from 'enzyme'
2
import Adapter from 'enzyme-adapter-react-16'
3
+import '@babel/polyfill'
4
5
configure({ adapter: new Adapter() })
0 commit comments