toBeNull

Bun

Symbol

Matchers.toBeNull

toBeNull(): void

Asserts that a value is null.

expect(null).toBeNull();
expect(undefined).toBeNull(); // fail