testing/cross_backend/account_lifecycle.ts view source
RpcPathCrossSuiteOptions import type {AccountLifecycleCrossTestOptions} from '@fuzdev/fuz_app/testing/cross_backend/account_lifecycle.js'; Options for the account-lifecycle parity suite. The standard
RPC-dispatched cross-suite shape (setup_test / capabilities /
rpc_path); aliases RpcPathCrossSuiteOptions rather than duplicating.
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