Type Alias: RenderRouteContextInit
RenderRouteContextInit =
object
The context member of every harness call. Unlike a direct
runAgentRequest, where providers becomes mandatory once the augmentation
declares keys because nothing else would supply them, a harness call
mounts the project's conventional providers itself, so context is always
optional: omitting it observes what the artifact mounts, and passing
context.providers substitutes a complete fixture map.
Properties
context?
readonlyoptionalcontext?:RenderRouteContext