UNPKG

@types/chai-snapshot-matcher

Version:
20 lines (16 loc) 492 B
/// <reference types="chai" /> import { Context } from "mocha"; declare global { namespace Chai { interface Assertion { matchSnapshot(that: Context, hint?: string): void; matchSpecificSnapshot(that: Context, options?: { hint?: string | undefined; name?: string | undefined; folder?: string | undefined; snapshotPath?: string | undefined; }): void; } } } export {};