UNPKG
@lolpix/react-hashrouter
Version:
latest (0.0.2)
0.0.2
0.0.1
A fluent hash based router for React apps
github.com/lolPix/react-hashrouter
lolPix/react-hashrouter
@lolpix/react-hashrouter
/
.jestrc.js
5 lines
(3 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
import
{ configure }
from
'enzyme'
;
import
Adapter
from
'enzyme-adapter-react-16'
;
configure
({
adapter
:
new
Adapter
() });