diff --git a/index.test-d.ts b/index.test-d.ts index baec3d1..1d2df98 100644 --- a/index.test-d.ts +++ b/index.test-d.ts @@ -141,6 +141,5 @@ expectType(chalk.red.bgGreen.underline('foo')); expectType(chalk.underline.red.bgGreen('foo')); // -- Color types == - expectType('red'); expectError('hotpink');