summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/readline_test.ts
AgeCommit message (Collapse)Author
2023-05-18fix(npm): `process` not defined in readline (#19184)Marvin Hagemeister
Issue was that we create node globals much later, so pulling `process` via a module import is the way to go. Fixes #19183
2023-03-19test(ext/node): add querystring_test.ts and readline_test.ts (#18256)Sanskar Gauchan