mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
global.chrome = require('sinon-chrome');
|
|
require('@testing-library/jest-dom');
|
|
|
|
jest.setTimeout(50000);
|