Create typed request helpers that merge default headers into each call.
Use this for route tests that repeatedly need the same auth, tenant, locale, or correlation headers while still letting individual calls override them.
Test app returned by createTestApp(...).
createTestApp(...)
Default call values to merge into every request.
Typed request(...) and safeRequest(...) helpers.
request(...)
safeRequest(...)
Create typed request helpers that merge default headers into each call.
Use this for route tests that repeatedly need the same auth, tenant, locale, or correlation headers while still letting individual calls override them.