Skip to content

Commit

Permalink
remove wallet connect setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 14, 2024
1 parent ae14261 commit 7ba0e19
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ import { handlers as apesHandlers } from "./services/apes/mock";
import { handlers as awsHandlers } from "./services/aws/mock";
import { handlers as wordpressHandlers } from "./services/wordpress/mock";

vi.mock("@walletconnect/modal", () => ({
WalletConnectModal: vi.fn(),
}));
vi.mock("@walletconnect/sign-client", () => ({
SignClient: {
init: vi.fn(async () => ({
session: {
getAll: vi.fn(),
},
})),
},
}));

class IntersectionObserver {
observe = vi.fn();
disconnect = vi.fn();
Expand Down

0 comments on commit 7ba0e19

Please sign in to comment.