UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

8 lines (7 loc) 278 B
import { Control } from '../../Control'; import { CompareSnapshot } from './compareSnapshot'; import { Env } from './helpers'; export declare function toMatchSnapshot(ctrl: Control<any>, { compareSnapshot, env }?: { compareSnapshot: CompareSnapshot; env: Env; }): void;