testing/bootstrap_success.ts view source
BootstrapSuccessTestOptions Options for describe_bootstrap_success_tests.
session_options
SessionOptions<string>create_route_specs
Same factory the consumer's production server uses.
(ctx: AppServerContext) => Array<RouteSpec>rpc_endpoints
RPC endpoints — passed through to create_app_server for shape parity.
bootstrap
Live bootstrap config — the suite drives POST /bootstrap against
bootstrap.token_path. The suite does NOT assert on on_bootstrap
callback invocation (Hono-coupled signature is in-process only);
assertions land on observable DB state.
bootstrap_token
Override the synthetic token text. Default deterministic.
string