mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 20:52:15 +03:00
test(dashboard): relocate provider warning regression test
Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
This commit is contained in:
@@ -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 }));
|
||||
Reference in New Issue
Block a user