Skip to content

Commit

Permalink
chore: remove llm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Dec 18, 2024
1 parent 491db59 commit 7095fb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/data/hpiRepo.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// __tests__/hpiRepo.test.ts
import { hpi1999Repo } from "./hpiRepo"; // Adjust the import according to your file structure
import prisma from "./db"; // Your Prisma setup file
import { hpi1999Repo } from "./hpiRepo";
import prisma from "./db";

jest.mock("./db", () => ({
hPI: {
Expand Down

0 comments on commit 7095fb7

Please sign in to comment.