UNPKG

chromatic

Version:

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

11 lines (8 loc) 264 B
import chalk from 'chalk'; import dedent from 'ts-dedent'; import { error } from '../../components/icons'; export default () => dedent(chalk` ${error} Invalid value for {bold --junit-report} If you pass a file path, make sure it ends with '.xml' `);