DefinitelyTyped/types/cypress-image-snapshot/plugin.d.ts
Alex Kessock a9fd0c12aa Add types for cypress-image-snapshot (#41222)
* Add types for cypress-image-snapshot

* Add optional parameters to matchImageSnapshot
2019-12-27 09:35:01 -06:00

4 lines
145 B
TypeScript

declare function addMatchImageSnapshotPlugin(on: (action: string, fn: any) => void, config: any): void;
export { addMatchImageSnapshotPlugin };