add chalk.stderr
This commit is contained in:
parent
6b4d20683f
commit
a0a5cc536c
9 changed files with 47 additions and 9 deletions
|
|
@ -105,3 +105,7 @@ test('don\'t emit RGB codes if level is 0', t => {
|
|||
test('supports blackBright color', t => {
|
||||
t.is(chalk.blackBright('foo'), '\u001B[90mfoo\u001B[39m');
|
||||
});
|
||||
|
||||
test('sets correct level for chalk.stderr', t => {
|
||||
t.is(chalk.stderr.level, 3);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue