We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbafa5b commit 98a327bCopy full SHA for 98a327b
1 file changed
lib/internal/test_runner/utils.js
@@ -36,10 +36,10 @@ const {
36
const { compose } = require('stream');
37
38
const coverageColors = {
39
- '__proto__': null,
40
- 'high': green,
41
- 'medium': yellow,
42
- 'low': red,
+ __proto__: null,
+ high: green,
+ medium: yellow,
+ low: red,
43
};
44
45
const kMultipleCallbackInvocations = 'multipleCallbackInvocations';
0 commit comments