Skip to content

Commit fe7bdc0

Browse files
committed
fixup: add another test
1 parent 6a285f3 commit fe7bdc0

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use strict';
2+
3+
require('../common');
4+
5+
process.env.NODE_DISABLE_COLORS = '1';
6+
process.env.FORCE_COLOR = '3';
7+
8+
console.log();
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
(node:*) Warning: The 'NODE_DISABLE_COLORS' env is ignored due to the 'FORCE_COLOR' env being set.

0 commit comments

Comments
 (0)