merge: integrate WP5-03 validation fixes
This commit is contained in:
@@ -19,7 +19,7 @@ describe("TASK-WP0-01 minimum toolchain", () => {
|
|||||||
expect(probe.fabricVersion).toBe("7.4.0");
|
expect(probe.fabricVersion).toBe("7.4.0");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("loads and closes Fastify with the frozen Swagger plugin", async () => {
|
it("loads and closes Fastify with the frozen Swagger plugin", { timeout: 15_000 }, async () => {
|
||||||
const app = await createApp();
|
const app = await createApp();
|
||||||
await app.ready();
|
await app.ready();
|
||||||
expect(app.hasPlugin("@fastify/swagger")).toBe(true);
|
expect(app.hasPlugin("@fastify/swagger")).toBe(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user