Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7698618a2 | |||
| a821aeb129 | |||
| 9199cc6971 | |||
| 74d90ea6aa | |||
| edc9d532d4 |
@@ -1,9 +0,0 @@
|
||||
import { prisma } from "@/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