Documentation

toBeEmpty()

Asserts that no elements were matched at all.

toBeEmpty(description?: string): this;

Parameters

Return value

The current OutputAssertion instance

Related