Update index.test-d.ts
This commit is contained in:
parent
840483a750
commit
d891265fbe
1 changed files with 3 additions and 4 deletions
|
|
@ -145,4 +145,3 @@ expectType<string>(chalk.bgWhiteBright`foo`);
|
||||||
// -- Complex --
|
// -- Complex --
|
||||||
expectType<string>(chalk.red.bgGreen.underline('foo'));
|
expectType<string>(chalk.red.bgGreen.underline('foo'));
|
||||||
expectType<string>( chalk.underline.red.bgGreen('foo'));
|
expectType<string>( chalk.underline.red.bgGreen('foo'));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue