Skip to content

Commit

Permalink
test_runner: expose lcov reporter as newable function
Browse files Browse the repository at this point in the history
Fixes: #52385
Ref: #49184
  • Loading branch information
atlowChemi committed Apr 7, 2024
1 parent 756acd0 commit 5b33f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/reporters.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ObjectDefineProperties(module.exports, {
__proto__: null,
configurable: true,
enumerable: true,
get() {
value: function value() {
lcov ??= require('internal/test_runner/reporter/lcov');
return ReflectConstruct(lcov, arguments);
},
Expand Down

0 comments on commit 5b33f9d

Please sign in to comment.