@fedify/elysia relies on onNotFound to let normal Elysia routes handle non-federation requests. That behavior is part of the integration contract, but it is not covered by a small package-level test.
Add a test in packages/elysia/src/index.test.ts that verifies fedify() does not return a Fedify response when onNotFound is used.
Suggested check: mise run check-each elysia.
@fedify/elysia relies on
onNotFoundto let normal Elysia routes handle non-federation requests. That behavior is part of the integration contract, but it is not covered by a small package-level test.Add a test in packages/elysia/src/index.test.ts that verifies
fedify()does not return a Fedify response whenonNotFoundis used.Suggested check:
mise run check-each elysia.