UNPKG

chromatic

Version:

Automate visual testing across browsers. Gather UI feedback. Versioned documentation.

12 lines (9 loc) 303 B
import chalk from 'chalk'; import dedent from 'ts-dedent'; import { error } from '../../components/icons'; export default () => dedent(chalk` ${error} Invalid {bold --only} Value must be provided in the form {bold 'Path/To/MyStory'}. Globbing is supported, for example: 'Pages/**' `);