Skip to content

Commit

Permalink
test: ignore colors in test-runner-run
Browse files Browse the repository at this point in the history
Fixes: #54551
  • Loading branch information
puskin94 committed Aug 25, 2024
1 parent 43f699d commit 1eee01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-runner-run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import assert from 'node:assert';

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

process.env.NODE_DISABLE_COLORS = '1';

describe('require(\'node:test\').run', { concurrency: true }, () => {
it('should run with no tests', async () => {
const stream = run({ files: [] });
Expand Down

0 comments on commit 1eee01c

Please sign in to comment.