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
That version deprecates an overload of `it` and introduces a new
one, where `testOptions` is the second argument. In order to
upgrade to future versions (compatible with newer Vite versions),
we need the new test code, and hence the new Vitest version.
Vitest 1.3.0 nominally requires Vite 5.x. However, empirically it
can cope with our Vite 4.x, so we keep it there.
Co-authored-by: NavidJalali <[email protected]>
0 commit comments