Skip to content

Commit ea7c4e5

Browse files
committed
squash: rename yet another function value
1 parent 55163d9 commit ea7c4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/test_runner/mock/mock_timers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ class MockTimers {
643643
__proto__: null,
644644
configurable: true,
645645
writable: true,
646-
value: function value(delay) {
646+
value: function timeout(delay) {
647647
validateUint32(delay, 'delay', false);
648648
const controller = new AbortController();
649649
// Don't keep an unused binding to the timer; mock tick controls it

0 commit comments

Comments
 (0)