toBeEmpty
Asserts that no elements were matched at all.
toBeEmpty(description?: string): this
Parameters
- description — The description of the output, used as part of the error message if the assertion fails
Return value
The current OutputAssertion instance
Related
- class OutputAssertionA class that provides assertion methods to be applied to a selection of rendered output elements.