Skip to content

Commit f859cfb

Browse files
committed
Include @babel/polyfill for jest tests
1 parent d6438aa commit f859cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { configure } from 'enzyme'
22
import Adapter from 'enzyme-adapter-react-16'
3+
import '@babel/polyfill'
34

45
configure({ adapter: new Adapter() })

0 commit comments

Comments
 (0)