文件名称:mocha-sinon:sinon和摩卡咖啡之间的集成,允许自动清除间谍
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-05 23:16:30
JavaScript
摩卡西农 摩卡咖啡与sinon之间的集成,可以自动清除间谍 您应该做什么而不是使用此模块 这个模块非常简单。 您可以自己进行操作,并减少对以下内容的依赖: // require sinon somehow and in your test helper, do: beforeEach ( function ( ) { if ( null == this . sinon ) { this . sinon = sinon . sandbox . create ( ) ; } else { this . sinon . restore ( ) ; } } ) ; 安装 通过npm: $ npm install --save-dev mocha-sinon 用法 服务器端 在您的规范帮助文件中的某个地方要求它(更容易,更好) require ( 'moch
【文件预览】:
mocha-sinon-master
----mocha-sinon.js(1KB)
----.travis.yml(233B)
----LICENSE(1KB)
----test()
--------index.html(753B)
--------mocha-sinon-base-spec.js(1KB)
----README.md(2KB)
----Makefile(333B)
----index.d.ts(127B)
----.gitignore(97B)
----package-lock.json(97KB)
----package.json(667B)