UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

4 lines (3 loc) 213 B
import { Control } from '../../Control'; import { Mock } from '../../mocks'; export declare function toHaveBeenCalledExactlyWith<Args extends any[]>(control: Control<Mock<Args, any>>, expectedArgs: Args[]): void;