Update index.test-d.ts
This commit is contained in:
parent
fb2e1240b1
commit
62ef5784b8
1 changed files with 0 additions and 1 deletions
|
|
@ -141,6 +141,5 @@ expectType<string>(chalk.red.bgGreen.underline('foo'));
|
|||
expectType<string>(chalk.underline.red.bgGreen('foo'));
|
||||
|
||||
// -- Color types ==
|
||||
|
||||
expectType<typeof chalk.Color>('red');
|
||||
expectError<typeof chalk.Color>('hotpink');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue