1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 09:50:38 +03:00
redux-devtools/extension/test/setup.js
Nathan Bierema e8dc843f78
Replace enzyme with React testing library in app and extension ()
* Update tests

* Replace in extension as well
2021-10-22 14:49:53 +00:00

6 lines
132 B
JavaScript

require('@babel/polyfill');
global.chrome = require('sinon-chrome');
require('@testing-library/jest-dom');
jest.setTimeout(50000);