Update test.ts
This commit is contained in:
parent
f18decbd7f
commit
26b6a2afb5
1 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
|||
import * as chalk from '../.';
|
||||
import * as chalk from '..';
|
||||
|
||||
chalk.underline('foo');
|
||||
chalk.red('foo');
|
||||
chalk.bgRed('foo');
|
||||
|
||||
const name = 'Josh';
|
||||
chalk`Hello {bold.red ${name}}`;
|
||||
|
||||
chalk.red`foo`;
|
||||
chalk.underline`foo`;
|
||||
chalk`foo`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue