You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add test for middleware that modifies req object
Added test case to verify that middleware modifications to the req
object persist through the middleware chain. This addresses the issue
where normal Express middleware behavior wasn't being tested with a
realistic use case.
0 commit comments