Update index.test-d.ts
This commit is contained in:
parent
aaf4a9bc65
commit
575d73d913
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ expectType<boolean>(chalk.supportsColor.has16m);
|
|||
// -- Constructor --
|
||||
expectType<Chalk>(chalk.constructor());
|
||||
expectType<Chalk>(chalk.constructor());
|
||||
expectType<Chalk>(new chalk.constructor({ level: 1 }));
|
||||
expectType<Chalk>(new chalk.constructor({level: 1}));
|
||||
|
||||
// -- Properties --
|
||||
expectType<boolean>(chalk.enabled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue