文件名称:mocha_nock_demo:一起使用 Nock 和 Mocha 的演示
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-29 00:01:12
JavaScript
摩卡诺克演示 使用一起使用 Nock 和 Mocha 的演示 安装 你需要和来安装演示。 git clone git@github.com:garbados/mocha_nock_demo.git cd mocha_nock_demo npm install export ORCHESTRATE_API_KEY=YOUR_API_KEY 请记住将YOUR_API_KEY替换为您实际的 Orchestrate API 密钥。 用法 npm test # record your HTTP calls npm test # run tests using those records NOCK_RECORD=1 npm test # re-record your HTTP calls 所有的魔法都在,所以检查它看看它是如何工作的,或者在你自己的 mocha 测试中使用它,像这样: var
【文件预览】:
mocha_nock_demo-master
----lib()
--------index.js(590B)
----test()
--------fixtures()
--------record.js(1KB)
--------index.js(2KB)
----.gitignore(32B)
----readme.md(1KB)
----package.json(435B)