Dan Greuel
Dan Greuel
I'm still having this problem with v1.5.0: ``` "jest": "22.4.3" (provided by "react-scripts": "[email protected]"), "jest-html": "^1.5.0", "jest": { "snapshotSerializers": ["jest-html"] } ``` ` macOS 10.13.6 ` My app was created...
I figured out what the problem was...at first I was using React Testing Library and thought that might be it, so I switched to Enzyme, which didn't work either. Getting...
@pettydraper @mahmoudalismail Please try the latest version, I think it fixes this
That's what I found as well...not sure why that import doesn't end up in the compiled definitions file. > At first glance, it looks like it should already be included...