We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431f32e commit 9f54babCopy full SHA for 9f54bab
test/fixtures/test-runner/output/arbitrary-output-colored.js
@@ -6,6 +6,6 @@ const fixtures = require('../../../common/fixtures');
6
7
(async function run() {
8
const test = fixtures.path('test-runner/output/arbitrary-output-colored-1.js');
9
- await once(spawn(process.execPath, ['--test', test], { stdio: 'inherit', env: { FORCE_COLOR: 1 } }), 'exit');
10
- await once(spawn(process.execPath, ['--test', '--test-reporter', 'tap', test], { stdio: 'inherit', env: { FORCE_COLOR: 1 } }), 'exit');
+ await once(spawn(process.execPath, ['--test', test], { stdio: 'inherit' }), 'exit');
+ await once(spawn(process.execPath, ['--test', '--test-reporter', 'tap', test], { stdio: 'inherit' }), 'exit');
11
})().then(common.mustCall());
0 commit comments