UNPKG

chromatic

Version:

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

12 lines (9 loc) 349 B
import chalk from 'chalk'; import dedent from 'ts-dedent'; import { warning } from '../../components/icons'; export default () => dedent(chalk` ${warning} {bold Ignoring --only-changed} Did not find {bold preview-stats.json} in your built Storybook. Make sure you pass {bold --webpack-stats-json} when building your Storybook. `);