toBeNull

Bun

Symbol

MatchersBuiltin.toBeNull

toBeNull(): void

Asserts that a value is null.

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