Searched defs:FORCE_COLOR (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/fixtures/test-runner/output/ |
D | arbitrary-output-colored.js | 9 …await once(spawn(process.execPath, ['--test', test], { stdio: 'inherit', env: { FORCE_COLOR: 1 } }… property 10 …['--test', '--test-reporter', 'tap', test], { stdio: 'inherit', env: { FORCE_COLOR: 1 } }), 'exit… property
|
/third_party/node/test/sequential/ |
D | test-util-debug.js | 66 FORCE_COLOR: forceColors ? 'true' : 'false' property
|
/third_party/node/test/parallel/ |
D | test-repl-envvars.js | 23 env: { NODE_DISABLE_COLORS: '1', FORCE_COLOR: '1' }, property 35 env: { TERM: 'dumb', FORCE_COLOR: '1' }, property
|
D | test-node-output-console.mjs | 28 !skipForceColors ? { name: 'console/force_colors.js', env: { FORCE_COLOR: 1 } } : null, property
|
D | test-node-output-errors.mjs | 53 !skipForceColors ? { name: 'errors/force_colors.js', env: { FORCE_COLOR: 1 } } : null, property
|