UNPKG

chromatic

Version:

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

11 lines (8 loc) 280 B
import chalk from 'chalk'; import dedent from 'ts-dedent'; import { warning } from '../../components/icons'; export default (file) => dedent(chalk` ${warning} {bold Ignoring --only-changed due to matching --externals} Found external with changes: {bold ${file}} `);