文件名称:karma-restify-server:一个因果报应插件,可以启动重新验证以进行单元测试
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-17 11:20:32
JavaScript
业力重新验证服务器 使在全局范围内启动用于业力单元测试的服务器变得容易。 安装 npm install karma-restify-server --save-dev 用法 // karma.conf.js module . exports = function ( config ) { // ... snip frameworks: [ 'restify-server' ] , restifyServer : { port : 8888 , beforeStart : ( server ) => { server . get ( '/testurl' , ( req , res ) => { res . charSet ( 'utf-8' ) ; res . send ( { data : 'Mo
【文件预览】:
karma-restify-server-master
----.gitignore(526B)
----README.md(2KB)
----LICENSE(1KB)
----.eslintrc(416B)
----package.json(924B)
----index.js(877B)