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
Changed API to match other vitest browser mode libs (by @shairez in 5959be0) mount is now render and you import it instead of having it as a fixture/context.
(You can always create your own by extending the test function and having the render function injected instead of imported)