UNPKG

fastify-openapi-glue

Version:

generate a fastify configuration from an openapi specification

7 lines (5 loc) 209 B
const { test } = require("node:test"); test("import in CommonJS works", async (t) => { const openapiGlue = await import("../index.js"); assert.equal(openapiGlue.fastifyOpenapiGlue !== undefined, true); });