vtex/test-tools

Node 12 not supported by jest

Opened this issue · 2 comments

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
image
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!

Any update on this?

Any updates?