/** * API Client Authentication Tests * @module tests/api/client.auth.test * * SMI-1953: Tests for personal API key support * * Verifies the authentication priority order: * 1. Personal API key (SKILLSMITH_API_KEY env var or config.apiKey) * 2. Anonymous key (PRODUCTION_ANON_KEY fallback) * 3. No authentication */ export {}; //# sourceMappingURL=client.auth.test.d.ts.map