Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test_runner: remove quotes for coverageColors properties
  • Loading branch information
dmnsgn committed Jun 6, 2023
commit 98a327ba9a55be28a481533c2592e9e5454878be
8 changes: 4 additions & 4 deletions lib/internal/test_runner/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ const {
const { compose } = require('stream');

const coverageColors = {
'__proto__': null,
'high': green,
'medium': yellow,
'low': red,
__proto__: null,
high: green,
medium: yellow,
low: red,
};

const kMultipleCallbackInvocations = 'multipleCallbackInvocations';
Expand Down