Update _flow.js
This commit is contained in:
parent
99cf011a1e
commit
d18dc309a1
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ chalk.constructor({level: 1});
|
|||
new chalk.constructor({enabled: 'true'});
|
||||
new chalk.constructor({enabled: true});
|
||||
|
||||
// $ExpectError (Can't pass in null)
|
||||
chalk.underline(null);
|
||||
chalk.underline('foo');
|
||||
|
||||
// $ExpectError (Can't have typo in chalk method)
|
||||
chalk.rd('foo');
|
||||
chalk.red('foo');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue