mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 05:36:46 +03:00
9fdd298dc3
* chore(test): rename test-generator to test-tab * And those * Prettify
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
|
|
};
|