mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-13 05:06:50 +03:00
e8dc843f78
* Update tests * Replace in extension as well
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
require('@babel/polyfill');
|
|
global.chrome = require('sinon-chrome');
|
|
require('@testing-library/jest-dom');
|
|
|
|
jest.setTimeout(50000);
|