When running yarn add --dev jest, I got error Incorrect integrity when fetching from the cache.
yarn add --dev jest
You need to run these two commands before installing the package:
yarn config set unsafe-disable-integrity-migration false
yarn cache clean