refactor(frontend): fix typecheck (#11037)

This commit is contained in:
Hiep Le 2025-09-20 00:43:00 +07:00 committed by GitHub
parent b89f2e51e4
commit b7765ba3f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();