All asynchronous assertions available
All synchronous assertions available; for use in ExpectAsyncProps.use
Properties available on asynchronous expect functions.
This interface defines the additional properties and methods that are attached to async expect functions, extending the base expect functionality with async-specific features. These properties provide access to the underlying assertions and enable function composition through the use method.
Tuple of all assertions available in this expect()
.
The type of a use()
function.
Creates a new synchronous assertion.
Creates a new asynchronous assertion.
Fails immediately with optional reason
.
The main asynchronous assertion function.
Contains properties in ExpectAsyncProps.