/** * SMI-1261: Unit tests for PostHog telemetry module * * Tests cover: * - Initialization (success, disabled mode, invalid key) * - Client state management (getPostHog, isPostHogEnabled) * - Event tracking (trackEvent, trackSkillSearch, trackSkillView, trackSkillInstall, trackApiError) * - User identification with restricted traits * - Feature flag evaluation * - Lifecycle management (flushPostHog, shutdownPostHog) */ export {}; //# sourceMappingURL=posthog.test.d.ts.map