mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-21 21:49:55 +03:00
Fix importing css
This commit is contained in:
parent
0fe0d8eb2a
commit
fc64795537
|
@ -2,4 +2,7 @@ module.exports = {
|
|||
preset: 'ts-jest',
|
||||
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
|
||||
testEnvironment: 'jsdom',
|
||||
moduleNameMapper: {
|
||||
'\\.css$': '<rootDir>/test/__mocks__/styleMock.ts',
|
||||
},
|
||||
};
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
export default {};
|
Loading…
Reference in New Issue
Block a user