BUPKIS
    Preparing search index...

    Class NegatedAssertionError

    Error type used internally to catch failed negated assertions.

    Hierarchy (View Summary)

    Indexable

    • [key: symbol]: boolean
    Index

    Constructors

    Methods

    • Returns {
          actual: unknown;
          expected: unknown;
          message: string;
          name: string;
          stack: string | undefined;
      }

    Properties

    assertionId: LiteralStringUnion<"FAIL">

    Assertion ID of the assertion that caused this error.

    name: string = 'NegatedAssertionError'