UNPKG

creevey

Version:

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

4 lines (3 loc) 134 B
import { Config } from '../../types'; import Runner from './runner'; export default function master(config: Config): Promise<Runner>;