UNPKG

fastify-openapi-glue

Version:

generate a fastify configuration from an openapi specification

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