UNPKG

120 BJavaScriptView Raw
1import t from 'tap'
2
3async function other (fastify, opts) {
4 t.strictEqual(fastify.foo, 'bar')
5}
6
7export default other