Aktueller Stand

This commit is contained in:
2026-01-22 19:05:45 +01:00
parent 85dee61a4d
commit e280e4eadb
1967 changed files with 397327 additions and 74093 deletions

View File

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