summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/events_test.ts
AgeCommit message (Collapse)Author
2023-10-02fix(ext/node): don't call undefined nextTick fn (#20724)Luca Casonato
The `process` global is not defined in this file. Fixes #20441 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>