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 049c0e8 commit faa0e3cCopy full SHA for faa0e3c
lib/compilers/postcss-compiler.js
@@ -68,5 +68,6 @@ module.exports = (content, filePath, jestConfig) => {
68
return res.css
69
} catch (e) {
70
catchError(e, filePath, jestConfig)
71
+ return ''
72
}
73
0 commit comments