mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
57ec0534b2
* Replace enzyme with React testing library in ui * Mock Math.random()
8 lines
155 B
JavaScript
8 lines
155 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'jsdom',
|
|
moduleNameMapper: {
|
|
'\\.css$': '<rootDir>/tests/__mocks__/styleMock.ts',
|
|
},
|
|
};
|