mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 06:29:51 +03:00
chore(@redux-devtools/app): fix lint error
Error message: 0:0 error Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser. The file does not match your project config: test/__mocks__/styleMock.ts. The file must be included in at least one of the projects provided
This commit is contained in:
parent
b3250c068e
commit
fb976f0207
|
@ -3,6 +3,6 @@ module.exports = {
|
|||
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
|
||||
testEnvironment: 'jsdom',
|
||||
moduleNameMapper: {
|
||||
'\\.css$': '<rootDir>/test/__mocks__/styleMock.ts',
|
||||
'\\.css$': '<rootDir>/test/__mocks__/styleMock.js',
|
||||
},
|
||||
};
|
||||
|
|
1
packages/redux-devtools-app/test/__mocks__/styleMock.js
Normal file
1
packages/redux-devtools-app/test/__mocks__/styleMock.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = {};
|
|
@ -1 +0,0 @@
|
|||
export default {};
|
Loading…
Reference in New Issue
Block a user