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.
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?
Bump node to 16.14.2 or upper or try to run yarn jest --runInBand and check errors
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With