Skip to content

Commit 98a327b

Browse files
committed
test_runner: remove quotes for coverageColors properties
1 parent dbafa5b commit 98a327b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/internal/test_runner/utils.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ const {
3636
const { compose } = require('stream');
3737

3838
const coverageColors = {
39-
'__proto__': null,
40-
'high': green,
41-
'medium': yellow,
42-
'low': red,
39+
__proto__: null,
40+
high: green,
41+
medium: yellow,
42+
low: red,
4343
};
4444

4545
const kMultipleCallbackInvocations = 'multipleCallbackInvocations';

0 commit comments

Comments
 (0)