Equals

Let you test if two types are the same

Type level testing

Playground

A less trivial example: The code and it's corresponding test file.

If you are writing tests for your type, you definitely want to checkout //@ts-expect-error

Making sure that a zod schema validates a given type

Playground

Making sure all cases of a switch are dealt with

Playground

Last updated

Was this helpful?