testing/admin_integration.ts view source
(options: StandardAdminIntegrationTestOptions): void Standard admin integration test suite for fuz_app admin routes.
Exercises account listing, permit grant/revoke, session management, token management, audit log routes, admin-to-admin isolation, and response schema validation.
Each test group asserts that required routes exist, failing with a descriptive message if the consumer's route specs are misconfigured.
options
session config, route factory, and role schema
returns
void