mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 19:54:35 +03:00
d49535da03
* stash * stash * compiles * Tests * finish * fix packages * somemore * update snapshot
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
|
|
};
|