Files
simple-mail-cleaner/backend/node_modules/fastify/test/esm/other.mjs
2026-01-22 15:49:12 +01:00

9 lines
163 B
JavaScript

// 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