Skip to content

Commit 1eee01c

Browse files
committed
test: ignore colors in test-runner-run
Fixes: #54551
1 parent 43f699d commit 1eee01c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-runner-run.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import assert from 'node:assert';
77

88
const testFixtures = fixtures.path('test-runner');
99

10+
process.env.NODE_DISABLE_COLORS = '1';
11+
1012
describe('require(\'node:test\').run', { concurrency: true }, () => {
1113
it('should run with no tests', async () => {
1214
const stream = run({ files: [] });

0 commit comments

Comments
 (0)