UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

9 lines (6 loc) 163 B
// Imported in both index.test.js & esm.test.mjs import t from 'tap' async function other (fastify, opts) { t.equal(fastify.foo, 'bar') } export default other