feat: complete TASK-WP0-02 contract baseline
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user