We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2efd613 + 159706c commit fa09dfdCopy full SHA for fa09dfd
packages/react-scripts/scripts/utils/createJestConfig.js
@@ -51,6 +51,8 @@ module.exports = (resolve, rootDir, isEjecting) => {
51
moduleNameMapper: {
52
'^react-native$': 'react-native-web',
53
'^.+\\.module\\.css$': 'identity-obj-proxy',
54
+ // ZEAL: Account for scss files also using cssModules
55
+ '^.+\\.scss$': 'identity-obj-proxy',
56
},
57
};
58
if (rootDir) {
0 commit comments