Asserts that a value is empty.
method
test.MatchersBuiltin.toBeEmpty
expect("").toBeEmpty();
expect([]).toBeEmpty();
expect({}).toBeEmpty();
expect(new Set()).toBeEmpty();
method
Asserts that a value is empty.
expect("").toBeEmpty();
expect([]).toBeEmpty();
expect({}).toBeEmpty();
expect(new Set()).toBeEmpty();