文件名称:tastespoon:微观基础设施行为测试框架
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-15 07:35:45
TypeScript
味匙 受启发的微观基础设施行为测试框架。 概念 基于NPM / CommonJS的插件系统 可插入任何JavaScript测试框架 摩卡集成已准备就绪 用法 $ npm install tastespoon --save-dev 与Docker和Mocha一起运行 $ npm install mocha tastespoon --save-dev $ docker run -t -i -d -p 8000:80 nginx import TasteSpoon from "tastespoon" import assert from "assert" TasteSpoon . define ( "http" , "127.0.0.1" ) let server = TasteSpoon . server ( "http" ) describe ( server , ( ) => {
【文件预览】:
tastespoon-master
----.gitignore(678B)
----README.md(2KB)
----test()
--------integration()
----tsd.json(546B)
----tastespoon.d.ts(1KB)
----package.json(839B)
----src()
--------mocha.d.ts(807B)
--------server.ts(700B)
--------http.ts(2KB)
--------resource.ts(118B)
--------mocha.ts(3KB)
--------index.ts(274B)
--------context.ts(191B)
----index.js(35B)
----mocha.js(41B)
----circle.yml(272B)