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.
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.
Example