redux-devtools/extension/test/setup.js
Nathan Bierema e8dc843f78
Replace enzyme with React testing library in app and extension (#918)
* 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);