mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
9 lines
123 B
JavaScript
9 lines
123 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
globals: {
|
|
'ts-jest': {
|
|
tsconfig: 'tsconfig.test.json',
|
|
},
|
|
},
|
|
};
|