fatsify核心功能示例测试!!!
This commit is contained in:
8
node_modules/fastify/test/plugin.helper.js
generated
vendored
Normal file
8
node_modules/fastify/test/plugin.helper.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict'
|
||||
|
||||
const fp = require('fastify-plugin')
|
||||
|
||||
module.exports = fp(function (fastify, opts, done) {
|
||||
fastify.decorate('test', () => {})
|
||||
done()
|
||||
})
|
||||
Reference in New Issue
Block a user