Skip to content

Commit 31c8562

Browse files
committed
Fix tests
1 parent ffb45a4 commit 31c8562

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/webapp/test/runsBackfiller.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
import { vi } from "vitest";
2+
3+
// Mock the db prisma client
4+
vi.mock("~/db.server", () => ({
5+
prisma: {},
6+
$replica: {},
7+
}));
8+
19
import { ClickHouse } from "@internal/clickhouse";
210
import { containerTest } from "@internal/testcontainers";
311
import { z } from "zod";

0 commit comments

Comments
 (0)