Skip to content

Commit fb57848

Browse files
committed
test_runner: use yellow from util/colors
Refs: nodejs#47791
1 parent e1a0563 commit fb57848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/test_runner/utils.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const { createWriteStream } = require('fs');
2222
const { pathToFileURL } = require('internal/url');
2323
const { createDeferredPromise } = require('internal/util');
2424
const { getOptionValue } = require('internal/options');
25-
const { green, red, white } = require('internal/util/colors');
25+
const { green, yellow, red, white } = require('internal/util/colors');
2626

2727
const {
2828
codes: {
@@ -36,7 +36,7 @@ const { compose } = require('stream');
3636
const coverageColors = {
3737
'__proto__': null,
3838
'high': green,
39-
'medium': '\u001b[33m',
39+
'medium': yellow,
4040
'low': red,
4141
};
4242

0 commit comments

Comments
 (0)