diff --git a/frontend/__tests__/services/actions.test.tsx b/frontend/__tests__/services/actions.test.tsx index 1a4cecae3a..b636bdb2f5 100644 --- a/frontend/__tests__/services/actions.test.tsx +++ b/frontend/__tests__/services/actions.test.tsx @@ -1,8 +1,6 @@ import { describe, it, expect, vi, beforeEach } from "vitest"; import ActionType from "#/types/action-type"; import { ActionMessage } from "#/types/message"; -import { setMetrics } from "#/state/metrics-slice"; -import { appendSecurityAnalyzerInput } from "#/state/security-analyzer-slice"; // Mock the store and actions const mockDispatch = vi.fn();