feat: complete TASK-WP0-02 contract baseline

This commit is contained in:
suyx
2026-07-27 17:49:24 +08:00
parent ae20eaf01f
commit dbe3e73b91
28 changed files with 2540 additions and 23 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { createApp } from "../../apps/api/src/app.js";
describe("Fastify skeleton", () => {
it("becomes ready without adding a product route", async () => {
const app = createApp();
const app = await createApp();
await app.ready();
expect(app.printRoutes()).not.toContain("health");
await app.close();