parent
fbd17e7a69
commit
0827d3b632
2 changed files with 3 additions and 2 deletions
|
|
@ -39,6 +39,6 @@ test('propagate enable/disable changes from child colors', t => {
|
|||
m.level = oldLevel;
|
||||
});
|
||||
|
||||
test.failing('disable colors if they are not supported', async t => {
|
||||
test('disable colors if they are not supported', async t => {
|
||||
t.is(await execa.stdout('node', [path.join(__dirname, '_fixture')]), 'test');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue