volto
volto copied to clipboard
`pnpm test` fails on updating snapshots
Change or add a new script "test": "pnpm --filter @plone/volto run test:ci" -> "test": "pnpm --filter @plone/volto run test",
pnpm test exits without the chance to update a snapshot.
Wouldn't updating "test": "jest" to "test": "jest --updateSnapshot" fix this issue?