Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Apr 12, 2020
1 parent f8a3fa3 commit 17bf063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ each(
[
{ env: { TEST_TTY: 'true', FORCE_COLOR: '1' }, colors: true },
{ env: {}, colors: false },
{ env: { TEST_TTY: 'true', TERM: 'dumb' }, colors: false },
{ env: { TEST_TTY: 'true', TERM: 'dumb', COLORTERM: '' }, colors: false },
],
({ title }, { env, colors }) => {
test(`Colors with interactive TTY | runParallel ${title}`, async (t) => {
Expand Down

0 comments on commit 17bf063

Please sign in to comment.