UNPKG
react-with-hover
Version:
alpha (1.1.1)
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
Simple hover high order function.
github.com/aitherios/react-with-hover
aitherios/react-with-hover
react-with-hover
/
tests.config.js
6 lines
(4 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
const
Enzyme
=
require
(
'enzyme'
);
const
EnzymeAdapter
=
require
(
'enzyme-adapter-react-16'
);
// Setup enzyme's react adapter
Enzyme.
configure
({
adapter
:
new
EnzymeAdapter
() });