test-tools
test-tools copied to clipboard
Node 12 not supported by jest
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!
Any update on this?
Any updates?