We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918a56d commit 6584ff2Copy full SHA for 6584ff2
__mocks__/cssMock.js
@@ -0,0 +1 @@
1
+module.exports = "css-file-stub";
package.json
@@ -215,6 +215,7 @@
215
"<rootDir>/node_modules/matrix-react-sdk/test/setupTests.js"
216
],
217
"moduleNameMapper": {
218
+ "\\.(css|scss)$": "<rootDir>/__mocks__/cssMock.js",
219
"\\.(gif|png|svg|ttf|woff2)$": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/imageMock.js",
220
"\\$webapp/i18n/languages.json": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/languages.json",
221
"^browser-request$": "<rootDir>/node_modules/matrix-react-sdk/__mocks__/browser-request.js",
0 commit comments