UNPKG

creevey

Version:

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

5 lines (4 loc) 155 B
import { Config, Options } from '../../types'; export default function worker(config: Config, options: Options & { browser: string; }): Promise<void>;