interface ExpectedSpyCall
Call information recorded by a spy.
Type Parameters
Self = anyArgs extends unknown[] = any[]Return = anyProperties
The value that was returned by a function. If you expect a promise to reject, expect error instead.
Call information recorded by a spy.
Self = anyArgs extends unknown[] = any[]Return = anyThe value that was returned by a function. If you expect a promise to reject, expect error instead.