We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c365884 commit 502918bCopy full SHA for 502918b
apps/webapp/test/engine/triggerTask.test.ts
@@ -3,6 +3,7 @@ import { describe, expect, vi } from "vitest";
3
// Mock the db prisma client
4
vi.mock("~/db.server", () => ({
5
prisma: {},
6
+ $replica: {},
7
}));
8
9
vi.mock("~/services/platform.v3.server", async (importOriginal) => {
0 commit comments