feat: complete TASK-WP0-02 contract baseline
This commit is contained in:
@@ -20,7 +20,7 @@ describe("TASK-WP0-01 minimum toolchain", () => {
|
||||
});
|
||||
|
||||
it("loads and closes Fastify with the frozen Swagger plugin", async () => {
|
||||
const app = createApp();
|
||||
const app = await createApp();
|
||||
await app.ready();
|
||||
expect(app.hasPlugin("@fastify/swagger")).toBe(true);
|
||||
await app.close();
|
||||
|
||||
Reference in New Issue
Block a user