Skip to content

Commit 00b2156

Browse files
ErickWendelanonrig
andauthored
added suggestions
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 812ae7f commit 00b2156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/test_runner/mock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class MockTracker {
163163
'options.setter', setter, "cannot be used with 'options.getter'"
164164
);
165165
}
166-
const getOriginalObject = (descriptor) => {
166+
function getOriginalObject(descriptor) {
167167
let original;
168168

169169
if (getter) {

0 commit comments

Comments
 (0)