UNPKG

chai-callslike

Version:

A simple sinon-chai assertion to validate many aspects of stub calls

3 lines (2 loc) 124 B
import { SinonStub } from 'sinon'; export declare function checkCallCount(actual: SinonStub, expected: object[][]): string;