Hi,
unfortunately jest update to version 29 kicked support for node 12.
Trying to link (or publish/deploy) a vtex-app with vtex/test-tools dependency now fails with

Only workaround so far is to remove vtex/test-tools and jest completly from package.json, deleting node_modules and reinstall (removing jest from tsconfig also)
So vtex apps can't be tested anymore!
Hi,

unfortunately jest update to version 29 kicked support for node 12.
Trying to link (or publish/deploy) a vtex-app with vtex/test-tools dependency now fails with
Only workaround so far is to remove vtex/test-tools and jest completly from package.json, deleting node_modules and reinstall (removing jest from tsconfig also)
So vtex apps can't be tested anymore!