회원가입, 로그인
CI / test (push) Successful in 3m36s
CI / pr_and_merge (push) Successful in 1m17s

This commit is contained in:
2025-12-01 03:24:38 +09:00
parent 64d2e9d1af
commit 5f541e9524
25 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const BASE_URL = "http://localhost";
// id / servedUrl(`/api/video/:id`) 을 반환해야 한다.
// Prisma 엔진이 실제로 로드되지 않도록 PrismaClient 를 목 처리한다.
vi.mock("@/generated/prisma/client", () => {
vi.mock("@prisma/client", () => {
class PrismaClient {
project = {
upsert: async () => ({ id: "project-mock" }),