-
-
Notifications
You must be signed in to change notification settings - Fork 117
test: skip query test on node <22 #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: skip query test on node <22 #169
Conversation
|
Could you do something like this in Express, please, so we don't have to repeat the same logic multiple times? |
@bjohansebas done, put all the logic into a self-contained function. Let me know if your preference is to match the implementation in Express where the version string is provided by the caller and I can update |
|
Now we just have to wait for a maintainer (TC) to approve the CI run, and then I’ll be able to give the green light. |
great! cc @UlisesGascon @wesleytodd |
|
cc @wesleytodd friendly ping |
|
cc @UlisesGascon would be great to get this merged — anything I can do to help? |
|
Something curious is that the error no longer appears, new PRs were opened and didn’t trigger any error in the CI |
|
@bjohansebas oh, that's interesting i just rebased my original PR #160 on the latest |
|
@wesleytodd great, thanks for the follow up. Looks like tests are passing all around without this PR. In that case, are we good to close this? |

Follow-up to #162 (comment)
This mirrors the Express PR (expressjs/express#6512) and skips testing the
QUERYmethod on Node <22 in this repository too.