Skip to content

Commit 5b33f9d

Browse files
committed
test_runner: expose lcov reporter as newable function
Fixes: #52385 Ref: #49184
1 parent 756acd0 commit 5b33f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test/reporters.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ObjectDefineProperties(module.exports, {
5050
__proto__: null,
5151
configurable: true,
5252
enumerable: true,
53-
get() {
53+
value: function value() {
5454
lcov ??= require('internal/test_runner/reporter/lcov');
5555
return ReflectConstruct(lcov, arguments);
5656
},

0 commit comments

Comments
 (0)