fix conflic
This commit is contained in:
9
test/coba.test.ts
Normal file
9
test/coba.test.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { prisma } from "@/app/lib";
|
||||
import { describe, test, expect } from "bun:test";
|
||||
|
||||
describe("coba test", () => {
|
||||
test("coba", async () => {
|
||||
const user = await prisma.user.findMany();
|
||||
expect(user).not.toBeEmpty();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user