Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd385b7

Browse files
committedFeb 10, 2018
test: fix test config
1 parent 495ef3f commit cd385b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"node_modules"
5050
],
5151
"moduleNameMapper": {
52-
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
52+
"\\.(css|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
5353
}
5454
},
5555
"browserslist": [

0 commit comments

Comments
 (0)
Failed to load comments.