summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/timers_test.ts
AgeCommit message (Collapse)Author
2023-07-02fix(ext/node): ignore cancelled timer when node timer refresh (#19637)await-ovo
For timers that have already executed clearTimeout, there is no need to recreate a new timer when refresh is executed again.
2023-03-29test(ext/node): add timers_tests.ts from std/node (#18472)Andrew Nester