UNPKG

chromatic

Version:

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

13 lines (10 loc) 386 B
import chalk from 'chalk'; import dedent from 'ts-dedent'; import { error } from '../../components/icons'; export default () => dedent(chalk` ${error} {bold No package.json found} Chromatic only works from inside a JavaScript project. We expected to find a package.json somewhere up the directory tree. Are you sure you're running from your project directory? `);