We recently tried upgrading from v1.12.1 to latest, but all of our jest tests started failing with this error:
We are on jest 30.1.3 (effectively latest) and use @swc/jest to build/run. If I revert #124 then our tests pass again. Any ideas what might be going on here? I didn't see anything major in the release notes, and since this is a minor version upgrade I wouldn't expect breaks. Thanks for the help
We recently tried upgrading from
v1.12.1to latest, but all of our jest tests started failing with this error:We are on jest 30.1.3 (effectively latest) and use
@swc/jestto build/run. If I revert #124 then our tests pass again. Any ideas what might be going on here? I didn't see anything major in the release notes, and since this is a minor version upgrade I wouldn't expect breaks. Thanks for the help