UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

12 lines (10 loc) 279 B
/// <reference types="chai" /> declare namespace Chai { interface ChaiStatic { use(fn: (chai: ChaiStatic, utils: ChaiUtils) => void): ChaiStatic; } interface Assertion { matchImage: (filename?: string) => Promise<void>; matchImages: () => Promise<void>; } }