Skip to content
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(express-5): change routes in tests to new path route syntax #1036

Open
wants to merge 1 commit into
base: express-5-support
Choose a base branch
from

Conversation

SF97
Copy link
Contributor

@SF97 SF97 commented Dec 30, 2024

As mentioned in #969, there are several failing tests when testing this lib against express 5. One of the reasons some tests are failing is due to the fact that express 5 changed its routing syntax, which made some tests fail in the "beforeAll" hook. This MR fixes some of them

There are still some tests that use wildcard syntax that break, but I haven't found a way to get around them just yet. I'll continue to investigate it, but it can be merged in another PR

@SF97 SF97 force-pushed the fix-failing-tests branch 2 times, most recently from 9a2857c to 6f174ea Compare December 30, 2024 10:59
@SF97 SF97 force-pushed the fix-failing-tests branch from 6f174ea to b023e41 Compare December 30, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant