Hey @Davide90! After changing the @vtex/test-tools
version, did you remove the yarn.lock
file and run yarn
again? If not, that’s probably the issue.
The yarn.lock
file locks the installed dependencies to a specific version and ensure that every install results in the exact same file structure in node_modules
across all machines.
By removing it, you force yarn
to resolve dependencies again.