Skip to main content
default.CallTrackerReportInformation - node__assert.d.ts - Node documentation
interface default.CallTrackerReportInformation

Usage in Deno

```typescript import mod from "node:node__assert.d.ts"; ```

Properties

message: string
actual: number
The actual number of times the function was called.
expected: number
The number of times the function was expected to be called.
operator: string
The name of the function that is wrapped.
stack: object
A stack trace of the function.