Meta tweaks
This commit is contained in:
parent
c2311622c3
commit
96f44c976b
5 changed files with 26 additions and 19 deletions
|
|
@ -38,6 +38,6 @@ test('propagate enable/disable changes from child colors', t => {
|
|||
});
|
||||
|
||||
test('disable colors if they are not supported', async t => {
|
||||
const {stdout} = await execaNode(fileURLToPath(new URL('./_fixture.js', import.meta.url)));
|
||||
const {stdout} = await execaNode(fileURLToPath(new URL('_fixture.js', import.meta.url)));
|
||||
t.is(stdout, 'testout testerr');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue