UNPKG

creevey

Version:

creevey is a tool for automated visual testing, that tightly integrated with storybook

8 lines (7 loc) 268 B
import { SkipOptions } from './types'; export declare function shouldSkip(meta: { browser: string; kind: string; story: string; }, skipOptions: SkipOptions, test?: string): string | boolean; export declare function requireConfig<T>(configPath: string): T;