bupkis
    Preparing search index...

    Interface ExpectSyncProps<SyncAssertions, AsyncAssertions>

    Properties of expect.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    assertions: SyncAssertions

    Tuple of all assertions available in this expect().

    Function to add more assertions to this expect(), returning a new expect() and expectAsync() pair with the combined assertions.

    createAssertion: CreateAssertionFn

    Creates a new synchronous assertion.

    createAsyncAssertion: CreateAsyncAssertionFn

    Creates a new asynchronous assertion.

    fail: FailFn

    Fails immediately with optional reason.

    Reason for failure