UNPKG

@armandabric/pdf-snapshot-matcher

Version:
10 lines (9 loc) 255 B
import { toMatchPdfSnapshot, type Options } from './toMatchPdfSnapshot'; declare global { namespace jest { interface Matchers<R> { toMatchPdfSnapshot(options?: Options): Promise<R>; } } } export { toMatchPdfSnapshot };