Bun

interface

assert.default.CallTrackerReportInformation

interface CallTrackerReportInformation

  • actual: number

    The actual number of times the function was called.

  • expected: number

    The number of times the function was expected to be called.

  • message: string
  • operator: string

    The name of the function that is wrapped.

  • stack: object

    A stack trace of the function.