Aktueller Stand
This commit is contained in:
4
backend/node_modules/fastify/test/esm/other.mjs
generated
vendored
4
backend/node_modules/fastify/test/esm/other.mjs
generated
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user