Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Apr 30, 2024
1 parent a5bf6e7 commit 1ccea88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useRemoteLiveAppManifest } from "../providers/RemoteLiveAppProvider";
import { useManifest } from "./useManifest";
import { useLocalLiveAppManifest } from "../../wallet-api/LocalLiveAppProvider";

jest.mock("../providers/LocalLiveAppProvider");
jest.mock("../../wallet-api/LocalLiveAppProvider");
jest.mock("../providers/RemoteLiveAppProvider");

const mockUseLocalLiveAppManifest = useLocalLiveAppManifest as jest.Mock;
Expand Down

0 comments on commit 1ccea88

Please sign in to comment.