testing/cross_backend/actor_lookup.ts view source
RpcPathCrossSuiteOptions import type {ActorLookupCrossTestOptions} from '@fuzdev/fuz_app/testing/cross_backend/actor_lookup.js'; Options for the actor-lookup parity suite. The standard RPC-dispatched
cross-suite shape (setup_test / capabilities / rpc_path); aliases
the shared RpcPathCrossSuiteOptions rather than minting a duplicate.
rpc_path?
RPC endpoint path the methods are mounted on. Default /api/rpc.
type string
setup_test
Per-test fixture-producing function (fresh keeper + db per call).
type (): Promise<TestFixtureBase>
Promise<TestFixtureBase>capabilities
Backend capability declarations — each suite gates on its own flag.
type BackendCapabilities