mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
191d419773
* d3tooltip * Add back type-check * Remove dependency * map2tree * Use lodash-es * Update jest invocation * Transform lodash-es * d3-state-visualizer * Use module: node16 * Update * Create chilly-fans-hunt.md
12 lines
463 B
JavaScript
12 lines
463 B
JavaScript
module.exports = {
|
|
setupFilesAfterEnv: ['<rootDir>/test/setup.js'],
|
|
testPathIgnorePatterns: ['<rootDir>/examples'],
|
|
testEnvironment: 'jsdom',
|
|
moduleNameMapper: {
|
|
'\\.css$': '<rootDir>/test/__mocks__/styleMock.ts',
|
|
},
|
|
transformIgnorePatterns: [
|
|
'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
|
|
],
|
|
};
|