UNPKG

chromatic

Version:

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

12 lines (9 loc) 323 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} Found a change in ${file} A full build is required because this file cannot be linked to any specific stories. `);