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
I came across this issue when upgrading vitest from 3.0.0-beta.4 to vitest 3.0.0 on a sveltekit project, where it seems the configuration fails to be resolved:
TypeError: Cannot add property 3, object is not extensible
at Array.push (<anonymous>)
...
Describe the bug
I came across this issue when upgrading
vitest
from3.0.0-beta.4
to vitest3.0.0
on a sveltekit project, where it seems the configuration fails to be resolved:(minimal reproduction repo linked as part of this issue)
Reproduction
https://github.com/johnal95/vitest-with-sveltekit-plugin.git
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: