toBeNil

Bun

Symbol

Matchers.toBeNil

toBeNil(): void

Asserts that a value is null or undefined.

expect(null).toBeNil();
expect(undefined).toBeNil();