import { describe, it, expect } from 'vitest'; import { AnalyticsApiClient } from './AnalyticsApiClient'; describe('AnalyticsApiClient', () => { it('should be defined', () => { expect(AnalyticsApiClient).toBeDefined(); }); });