koa sham:在不启动http服务器的情况下向Koa应用程序发送虚假请求 源码
深水 在不启动http服务器的情况下向Koa应用程序发送虚假请求。 稍后将支持发送multipart数据。 安装 $ npm i koa - sham -- save 用法 const Koa = require ( 'koa' ) ; const sham = require ( 'koa-sham' ) ; const app = new Koa ( ) ; app . use ( ctx => { ctx . body = { status : 1 } ; } ) ; sham ( app , ( err , res , body ) => { console . lo
文件列表
koa-sham-master.zip
(预估有个11文件)
koa-sham-master
.eslintrc.json
672B
.npmignore
172B
LICENSE
1KB
test
index.spec.js
15KB
app
index.js
132B
README.md
3KB
.gitignore
914B
暂无评论