remove the .enabled property in lieu of .level (closes #234)
This commit is contained in:
parent
c25c32a25f
commit
024068f9f5
9 changed files with 17 additions and 101 deletions
|
|
@ -24,7 +24,6 @@ expectError(chalk.reset.supportsColor);
|
|||
expectType<chalk.Chalk>(new chalk.Instance({level: 1}));
|
||||
|
||||
// -- Properties --
|
||||
expectType<boolean>(chalk.enabled);
|
||||
expectType<chalk.Level>(chalk.level);
|
||||
|
||||
// -- Template literal --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue