We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408ae83 commit e059564Copy full SHA for e059564
services/app/apps/codebattle/package.json
@@ -23,7 +23,7 @@
23
},
24
"moduleNameMapper": {
25
"^monaco-editor$": "<rootDir>/node_modules/@monaco-editor/react",
26
- "^.+\\.(css|styl|less|sass|scss|po|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
+ "^.+\\.(css|styl|less|sass|scss|po|png|jpg|svg|ttf|woff|woff2)$": "jest-transform-stub",
27
"^@/components(.*)$": "<rootDir>/assets/js/widgets/components$1",
28
"^@/lib(.*)$": "<rootDir>/assets/js/widgets/lib$1",
29
"^@/machines(.*)$": "<rootDir>/assets/js/widgets/machines$1",
0 commit comments