MtoBeFalse
Bun

method

test.Matchers.toBeFalse

toBeFalse(): void;

Asserts that a value is false.

expect(false).toBeFalse();
expect(true).not.toBeFalse();
expect(0).not.toBeFalse();