UNPKG

chromatic

Version:

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

11 lines (8 loc) 266 B
import chalk from 'chalk'; import dedent from 'ts-dedent'; import { error } from '../../components/icons'; export default ({ command }) => dedent(chalk` ${error} {bold Unable to execute command}: ${command} Chromatic only works with Git installed. `);