Skip to content

Commit

Permalink
test: add skipForceColors for assertion-color-tty.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarchini committed Oct 17, 2024
1 parent e7d9984 commit 60cb508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-runner-output.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ const tests = [
name: 'test-runner/output/non-tty-forced-color-output.js',
transform: specTransform,
},
{
!skipForceColors ? {
name: 'test-runner/output/assertion-color-tty.mjs',
flags: ['--test', '--stack-trace-limit=0'],
transform: specTransform,
tty: true,
},
} : false,
{
name: 'test-runner/output/async-test-scheduling.mjs',
flags: ['--test-reporter=tap'],
Expand Down

0 comments on commit 60cb508

Please sign in to comment.