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 / rpc_path); aliases the shared
RpcPathCrossSuiteOptions rather than minting a duplicate. No case here
is capability-gated, so the flag bundle is not on the shape.
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>