Skip to content

Commit

Permalink
test_runner: remove quotes for coverageColors properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Apr 30, 2023
1 parent 652a5c6 commit c101bbb
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit c101bbb

Please sign in to comment.