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 3e016fa commit 7e074f8Copy full SHA for 7e074f8
jest.config.js
@@ -1,3 +1,6 @@
1
module.exports = {
2
testEnvironment: "jsdom",
3
+ moduleNameMapper: {
4
+ ".(css|less|scss)$": "identity-obj-proxy",
5
+ },
6
};
0 commit comments