react-fundamentals
react-fundamentals copied to clipboard
Missing Test Dependency - jest-watch-typeahead
Repro:
Create a clean folder. Clone this repo's main branch Run Setup Run Test
Expectation: tests run
Actual Result:

Workaround: manually install jest-watch-typeahead 0.6.4 (or whichever latest version is compatible with CRA)
Potential Fix: add jest-watch-typeahead to the devDependencies in package.json
Hi @Crazyloon, I was unable to reproduce this issue 😬
Maybe you have something installed globally that I don't?
If there's additional info that may help, let me know. I searched jest-watch-typeahead on the discord, where someone else had the same error, so it's not completely isolated
I also received this error. It looks like a compatibility issue with different versions of Node and react-scripts. Here is a related discussion on the create-react-app issues board - https://github.com/facebook/create-react-app/issues/11792.
I think this has been resolved.