Skip to content

Commit 180ce7f

Browse files
authored
Update jest.config.js
1 parent 77b4dfb commit 180ce7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
moduleNameMapper: {
1010
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
1111
'<rootDir>/__mocks__/fileMock.js',
12-
'\\.(css|less)$': '<rootDir>/__mocks__/styleMock.js',
1312
},
1413
    moduleFileExtensions: ['js','json','jsx','node']
15-
}
14+
}

0 commit comments

Comments
 (0)