@fedify/elysia should preserve the response produced by Fedify when Fedify handles a request. A regression here would make valid federation responses look wrong to Elysia users.
Add a test in packages/elysia/src/index.test.ts that verifies status, headers, and body from federation.fetch() are forwarded by fedify().
Suggested check: mise run check-each elysia.
@fedify/elysia should preserve the response produced by Fedify when Fedify handles a request. A regression here would make valid federation responses look wrong to Elysia users.
Add a test in packages/elysia/src/index.test.ts that verifies status, headers, and body from
federation.fetch()are forwarded byfedify().Suggested check:
mise run check-each elysia.