Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: make pass when run on Node.js >22.13
After nodejs/node#55816, getMaxListeners() throws by default when called on AbortSignal. Turns out that it's not necessary to use it, just any value will do as the test guarantees that there's a single listener anyway.
- Loading branch information