Add chalk.stderr (#359)

This commit is contained in:
Yanis Benson 2019-09-22 12:07:33 +03:00 committed by Sindre Sorhus
parent 6b4d20683f
commit 2a53389d72
9 changed files with 47 additions and 9 deletions

View file

@ -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');
});