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