-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
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
.
aryaemami59