You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix the Vitest integration to support Workers that want Node.js compatibility is only v1 in production (#9331)
It does this by adding the `nodejs_compat_v2` flag (if missing) and removing `no_nodejs_compat_v2` flag (if found).
This does mean that the Vitest tests are running with a slightly different environment to production, but this has always been the case in other ways.
Fixes#8988
0 commit comments