mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
5cee92d1ef
* chore(deps): update jest monorepo * Changes for jest 27 * Update types as well Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
module.exports = {
|
|
setupFilesAfterEnv: ['<rootDir>/test/setup.js'],
|
|
testPathIgnorePatterns: ['<rootDir>/examples'],
|
|
testEnvironment: 'jsdom',
|
|
};
|