aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-07fix(node:events): correct `node:events.once`, add testsderrick/fix/event-emitter-async-iterGravatar Derrick Farris 1-3/+295
2023-04-06fix(node:events): fix abort behaviorGravatar Derrick Farris 1-145/+160
2023-04-06test(node:events): remove `console.log`Gravatar Derrick Farris 1-1/+0
2023-04-06feat(node:events): finish `EE.AsyncIterator` and `node:events.on()`, add some...Gravatar Derrick Farris 1-129/+132
2023-04-06wip(node:events): get async iter working, work through test flakinessGravatar Derrick Farris 1-35/+59
2023-04-06wip(node:events): fix `node:events.on` async iter to specGravatar Derrick Farris 3-96/+478
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 1-3/+4
2023-03-19Reduce number of module scopes createdGravatar Jarred Sumner 1-1/+1
2023-03-15Rename `expectObjectTypeCount` to `expectMaxObjectTypeCount`Gravatar Jarred Sumner 1-2/+2
2023-03-15fix gc-related flaky test failures (#2402)Gravatar Alex Lam S.L 1-19/+13
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 2-0/+187