McallCount
Bun

method

test.default.MockFunctionContext.callCount

callCount(): number;

This function returns the number of times that this mock has been invoked. This function is more efficient than checking ctx.calls.length because ctx.calls is a getter that creates a copy of the internal call tracking array.

@returns

The number of times that this mock has been invoked.