/** * End-to-end tests for the public `ikas` client. * * These drive the real wiring — ikas -> IkasConfig -> ikasAdminGraphQLAPIClient * -> AdminQuery/AdminMutation/AdminRestAPI -> BaseGraphQLAPIClient — with only * the network boundary (graphql-request + axios) replaced by mocks. */ export {};