mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
0266df5776
* chore(deps): update jest monorepo to v29 * Add jest-environment-jsdom * Replace globals with transform * Fix nanoid in ui and rtk-query-monitor * Update serialize snapshots * Fix nanoid in test-tab * Fix nanoid and uuid in app * Fix nanoid and uuid in extension Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
transform: {
|
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
|
},
|
|
};
|