UNPKG
mystash
Version:
latest (0.2.0)
0.2.0
Personal finance app
github.com/jozsi/mystash
jozsi/mystash
mystash
/
src
/
setupTests.js
6 lines
(4 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ configure }
from
'enzyme'
;
import
Adapter
from
'enzyme-adapter-react-16'
;
import
'jest-localstorage-mock'
;
configure
({
adapter
:
new
Adapter
() });