UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
test
/
utils
/
init.js
8 lines
(5 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
enzyme
from
'enzyme/build/index'
;
import
Adapter
from
'enzyme-adapter-react-16'
;
import
consoleError
from
'./consoleError'
;
consoleError
(); enzyme.
configure
({
adapter
:
new
Adapter
() });