UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

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