Add chalk.stderr (#359)
This commit is contained in:
parent
6b4d20683f
commit
2a53389d72
9 changed files with 47 additions and 9 deletions
|
|
@ -41,5 +41,5 @@ test('propagate enable/disable changes from child colors', t => {
|
|||
|
||||
test('disable colors if they are not supported', async t => {
|
||||
const {stdout} = await execa.node(path.join(__dirname, '_fixture'));
|
||||
t.is(stdout, 'test');
|
||||
t.is(stdout, 'testout testerr');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue