UNPKG

creevey

Version:

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

4 lines (3 loc) 184 B
import { Suite } from 'mocha'; import { Config } from '../../types'; export declare function addTestsFromStories(rootSuite: Suite, browserName: string, config: Config): Promise<void>;