↧
Answer by intercoder for Error when testing react components with jest and...
So after trying everything, I was still getting the same error. What I just noticed is that when I specify my config inside a .jestrc file my tests brake because of the .css, but when I do it from the...
View ArticleAnswer by Garrett McCullough for Error when testing react components with...
I took a look at the Jest docs and, just to be clear, did you install identity-obj-proxy?npm install --save-dev identity-obj-proxyAlso, I see that the recommended file regex in the Jest docs...
View ArticleError when testing react components with jest and css-modules
I'm trying to test my components with jest, react, redux but I keep getting the following error: ● Test suite failed to run stream-react-redux/src/containers/App/App.css:1...
View Article