Ensure @types/jest is the correct version
Created by: Timer
Right now, we always install the latest @types/jest
. This is OK since we match the current latest Jest version, but sometimes we lag.
We should:
-
Add a preflight check for this -
Somehow make create-react-app
install the correct version for a givenreact-scripts
version