Files
2026-01-22 19:05:45 +01:00

9 lines
189 B
JavaScript

// Imported in both index.test.js & esm.test.mjs
import { strictEqual } from 'node:assert'
async function other (fastify, opts) {
strictEqual(fastify.foo, 'bar')
}
export default other