文件名称:mocksy:模拟 Node.js http 服务器进行测试。 反刍请求对象
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-27 02:13:20
JavaScript
嘲讽 模拟 Node.js http 服务器进行测试。 反刍请求对象。 安装 npm install mocksy --save-dev 用法 var Mocksy = require ( 'mocksy' ) ; var mocksy = new Mocksy ( { port : 4321 } ) ; // In your test runner describe ( 'Some http endpoint' , function ( ) { beforeEach ( function ( done ) { mocksy . start ( done ) ; } ) ; afterEach ( function ( done ) { mocksy . stop ( done ) ; } ) ; it ( 'should just work, ri
【文件预览】:
mocksy-master
----.gitignore(26B)
----package.json(725B)
----index.js(2KB)
----README.md(935B)
----test()
--------index.js(2KB)