UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

8 lines (5 loc) 114 B
import t from 'tap' async function other (fastify, opts) { t.equal(fastify.foo, 'bar') } export default other