From d242852529e41248412b165359ddf1ef2e4c6b12 Mon Sep 17 00:00:00 2001 From: oshtz Date: Mon, 22 Dec 2025 17:26:58 +0200 Subject: [PATCH] refactor(analytics): remove unused TestCase and TestCaseResult types Removed the unused imports of TestCase and TestCaseResult from analytics.ts to clean up the code and improve maintainability. This change helps streamline the type definitions used in the analytics service. --- src/services/analytics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/analytics.ts b/src/services/analytics.ts index d755792..1f13a71 100644 --- a/src/services/analytics.ts +++ b/src/services/analytics.ts @@ -1,4 +1,4 @@ -import type { RunResult, TestCaseResult, TestSuite, TestCase } from '@/types' +import type { RunResult, TestSuite } from '@/types' // Types for analytics data export interface ModelStats {