Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jest hangs indefinitely with yarn pnp

Tags:

jestjs

yarnpkg

Just getting started with yarn v3 but hit a bit of a problem with jest not running they just hang indefinitely with no output at all.

Recreation steps

yarn set version berry

yarn init

yarn add -D jest

yarn jest
// package.json
{
  "name": "yarn-again",
  "packageManager": "[email protected]",
  "devDependencies": {
    "jest": "^28.1.0"
  }
}

Anyone seen this before?

like image 741
Mike Davies Avatar asked Oct 18 '25 03:10

Mike Davies


1 Answers

Bump node to 16.14.2 or upper or try to run yarn jest --runInBand and check errors

like image 133
Vitalii Kolodieiev Avatar answered Oct 22 '25 05:10

Vitalii Kolodieiev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!