MtoBeEmpty
Bun

method

test.MatchersBuiltin.toBeEmpty

toBeEmpty(): void;

Asserts that a value is empty.

expect("").toBeEmpty();
expect([]).toBeEmpty();
expect({}).toBeEmpty();
expect(new Set()).toBeEmpty();