testing/bootstrap_success.ts view source
BootstrapSuccessTestOptions import type {BootstrapSuccessTestOptions} from '@fuzdev/fuz_app/testing/bootstrap_success.js'; Options for describe_bootstrap_success_tests.
session_options
type SessionOptions<string>
create_route_specs
Same factory the consumer's production server uses.
type (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.
type BootstrapLiveOptions
bootstrap_token?
Override the synthetic token text. Default deterministic.
type string