BUPKIS
    Preparing search index...
    • Directly executes a sync assertion, bypassing phrase matching.

      Use this to verify that an assertion actually executes on given inputs, independent of whether expect() matched the correct assertion.

      Type Parameters

      • A extends AnySyncAssertion

      Parameters

      • assertion: A

        The assertion to execute

      • args: unknown[]

        Arguments to pass (subject, phrase, ...params)

      • Optionaloptions: ExpectUsingOptions

        Options including negation

      Returns void

      If args don't parse for the assertion

      If assertion fails (in non-negated mode)

      If assertion passes (in negated mode)