We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b4dfb commit 180ce7fCopy full SHA for 180ce7f
jest.config.js
@@ -9,7 +9,6 @@ module.exports = {
9
moduleNameMapper: {
10
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
11
'<rootDir>/__mocks__/fileMock.js',
12
- '\\.(css|less)$': '<rootDir>/__mocks__/styleMock.js',
13
},
14
moduleFileExtensions: ['js','json','jsx','node']
15
- }
+ }
0 commit comments