Skip to content

Commit e059564

Browse files
committed
Fix jest
1 parent 408ae83 commit e059564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/app/apps/codebattle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"moduleNameMapper": {
2525
"^monaco-editor$": "<rootDir>/node_modules/@monaco-editor/react",
26-
"^.+\\.(css|styl|less|sass|scss|po|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
26+
"^.+\\.(css|styl|less|sass|scss|po|png|jpg|svg|ttf|woff|woff2)$": "jest-transform-stub",
2727
"^@/components(.*)$": "<rootDir>/assets/js/widgets/components$1",
2828
"^@/lib(.*)$": "<rootDir>/assets/js/widgets/lib$1",
2929
"^@/machines(.*)$": "<rootDir>/assets/js/widgets/machines$1",

0 commit comments

Comments
 (0)