chore: remove unused test file

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-04-14 15:42:58 +08:00
parent 0dd939b979
commit a821aeb129

View File

@@ -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();
});
});