Meta tweaks

This commit is contained in:
Sindre Sorhus 2022-10-04 21:22:40 +07:00
parent c2311622c3
commit 96f44c976b
5 changed files with 26 additions and 19 deletions

View file

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