UNPKG

@btravers/pdf-snapshot-jest

Version:
13 lines (12 loc) 241 B
declare global { namespace jest { interface Matchers<R> { toMatchPdfSnapshot(options?: Options): Promise<R>; } } } declare type Options = { scale?: number; failureThreshold?: number; }; export {};