From 811458427593a4172a2cd535cc768db375350dca Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Dec 2025 17:05:21 +0900 Subject: feat(dev): change architecture and directory structure --- pkgs/server/src/index.test.ts | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 pkgs/server/src/index.test.ts (limited to 'pkgs/server/src/index.test.ts') diff --git a/pkgs/server/src/index.test.ts b/pkgs/server/src/index.test.ts deleted file mode 100644 index 216e965..0000000 --- a/pkgs/server/src/index.test.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { describe, expect, it } from "vitest"; -import { app } from "./index"; - -describe("Hono app", () => { - describe("GET /api/health", () => { - it("returns ok status", async () => { - const res = await app.request("/api/health"); - expect(res.status).toBe(200); - expect(await res.json()).toEqual({ status: "ok" }); - }); - }); -}); -- cgit v1.2.3-70-g09d2