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
As described in vitest-dev/vitest#2008, this was temporarily fixed using the vitest run parameter --no-threads but that is not available anymore in the current version and the new --pool=forks parameter does not solve the issue.
As described in vitest-dev/vitest#2008, this was temporarily fixed using the
vitest runparameter--no-threadsbut that is not available anymore in the current version and the new--pool=forksparameter does not solve the issue.