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
Vitest provides its own suite for testing types, which would be good to switch our tests over to.
We need to make sure we can get the same checks and safety, but it looks like toEqualTypeOf is equivalent to expectExactType and toMatchTypeOf is equivalent to expectType.