grunt-test-server:小型Grunt Express服务器用于单元测试

时间:2024-05-27 06:51:45
【文件属性】:

文件名称:grunt-test-server:小型Grunt Express服务器用于单元测试

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-27 06:51:45

JavaScript

咕unt测试服务器 强大的咕unt任务=) 入门 要从npm安装grunt-test-server ,请运行: npm install -g grunt-test-server --save 最后,使用该库: { testServerRun : { someServer : { options : { port : 3000 , serve : function ( app ) { // app - empty express application app . get ( '/hello/world' , function ( req , res ) { req . send ( { "hello" :


【文件预览】:
grunt-test-server-master
----.gitignore(188B)
----.eslintrc(4KB)
----package.json(740B)
----.travis.yml(444B)
----Gruntfile.js(617B)
----LICENSE(1KB)
----README.md(2KB)
----.yo-rc.json(625B)
----lib()
--------index.js(760B)
----.gitattributes(12B)
----test()
--------_lib()
--------index.js(136B)
----tasks()
--------index.js(653B)
----.editorconfig(242B)

网友评论