jest
jest copied to clipboard
Question / Bug - Override for jest@^29.5.0 conflicts with direct dependency
Hi, I'm using "jest": "^29.5.0", after adding @swc/jest I'm getting following error when trying to install node modules
npm ERR! code EOVERRIDE
npm ERR! Override for jest@^29.5.0 conflicts with direct dependency
Is there any chance to have @swc/jest compatible with latest Jest versions?