hotfix: add jest config

This commit is contained in:
George Lima 2018-11-28 14:08:37 -03:00
parent 0aaec658f9
commit 347015353e
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
jest.DEFAULT_TIMEOUT_INTERVAL = 10000;
Enzyme.configure({ adapter: new Adapter() });