1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-01 01:40:36 +03:00
redux-devtools/packages/map2tree/jest.config.js

9 lines
123 B
JavaScript

module.exports = {
preset: 'ts-jest',
globals: {
'ts-jest': {
tsconfig: 'tsconfig.test.json',
},
},
};