mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Increase timeout
This commit is contained in:
parent
251aa57dfe
commit
36ec423b45
|
@ -1,3 +1,3 @@
|
|||
module.exports = {
|
||||
setupFiles: ['<rootDir>/test/setup.js'],
|
||||
setupFilesAfterEnv: ['<rootDir>/test/setup.js'],
|
||||
};
|
||||
|
|
|
@ -4,3 +4,5 @@ import Enzyme from 'enzyme';
|
|||
import Adapter from 'enzyme-adapter-react-15.4';
|
||||
|
||||
Enzyme.configure({ adapter: new Adapter() });
|
||||
|
||||
jest.setTimeout(10000);
|
||||
|
|
Loading…
Reference in New Issue
Block a user