mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-12-10 03:34:17 +03:00
Update
This commit is contained in:
parent
4a1fbe3a8e
commit
cc99f01494
|
|
@ -8,5 +8,7 @@ module.exports = {
|
||||||
'^.+\\.jsx?$': 'babel-jest',
|
'^.+\\.jsx?$': 'babel-jest',
|
||||||
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
'^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['node_modules/(?!.pnpm|color|lodash-es|nanoid)'],
|
transformIgnorePatterns: [
|
||||||
|
'node_modules/(?!.pnpm|@x0k/json-schema-merge|color|lodash-es|nanoid)',
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user