Update test.ts

This commit is contained in:
Sindre Sorhus 2017-10-15 14:46:10 +07:00 committed by GitHub
parent 5d9f316842
commit 77a3e81147

View file

@ -1,4 +1,4 @@
import chalk, { Level } from '..';
import chalk, {Level} from '..';
chalk.underline('foo');
chalk.red('foo');