1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-02 18:25:55 +03:00
redux-devtools/packages/redux-devtools-instrument/jest.config.js

9 lines
123 B
JavaScript
Raw Normal View History

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