@fedify/next accepts custom federation fetch handlers so apps can override the default 404 and 406 responses. That extension point should have a direct regression test.
Add a test in packages/next/src/index.test.ts that verifies integrateFederation() passes custom onNotFound or onNotAcceptable handlers to federation.fetch().
Suggested check: mise run check-each next.
@fedify/next accepts custom federation fetch handlers so apps can override the default 404 and 406 responses. That extension point should have a direct regression test.
Add a test in packages/next/src/index.test.ts that verifies
integrateFederation()passes customonNotFoundoronNotAcceptablehandlers tofederation.fetch().Suggested check:
mise run check-each next.