diff --git a/src/app/(dashboard)/dashboard/providers/components/__tests__/providerCardWarningIndicators.test.tsx b/tests/unit/dashboard/providers/components/providerCardWarningIndicators.test.tsx similarity index 98% rename from src/app/(dashboard)/dashboard/providers/components/__tests__/providerCardWarningIndicators.test.tsx rename to tests/unit/dashboard/providers/components/providerCardWarningIndicators.test.tsx index 8af3c4c27c..e051f46979 100644 --- a/src/app/(dashboard)/dashboard/providers/components/__tests__/providerCardWarningIndicators.test.tsx +++ b/tests/unit/dashboard/providers/components/providerCardWarningIndicators.test.tsx @@ -12,7 +12,7 @@ import React from "react"; import { createRoot } from "react-dom/client"; import { act } from "react"; import { afterEach, describe, expect, it, vi } from "vitest"; -import ProviderCard from "../ProviderCard"; +import ProviderCard from "../../../../../src/app/(dashboard)/dashboard/providers/components/ProviderCard"; vi.mock("@/shared/components/ProviderTestSlideOver", () => ({ default: () => null })); vi.mock("@/shared/components/ProviderIcon", () => ({ default: () => null }));