Skip to content

Commit

Permalink
Revert test setup change
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Nov 30, 2024
1 parent 302279f commit 6f7f6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { vi } from "vitest";

// Mock the convex mutation hook
vi.mock("convex/react", () => ({
useMutation: vi.fn(() => vi.fn().mockResolvedValue(undefined)),
useMutation: vi.fn(),
}));

// Mock toast notifications
Expand Down

0 comments on commit 6f7f6c5

Please sign in to comment.