@fedify/express must call Express next() when Fedify does not own a request. Without a focused test, normal route delegation can regress unnoticed.
Add a test in packages/express/src/index.test.ts that verifies integrateFederation() calls next() when federation.fetch() uses onNotFound.
Suggested check: mise run check-each express.
@fedify/express must call Express
next()when Fedify does not own a request. Without a focused test, normal route delegation can regress unnoticed.Add a test in packages/express/src/index.test.ts that verifies
integrateFederation()callsnext()whenfederation.fetch()usesonNotFound.Suggested check:
mise run check-each express.