Type alias ExceptionCheckOptions

ExceptionCheckOptions: {
    allowMissingStack?: boolean;
    message?: string;
}

Options for assertReject, shouldReject, and friends.

Type declaration

  • Optional allowMissingStack?: boolean
  • Optional message?: string

Generated using TypeDoc