sinomocha:用于 Mocha 测试工具的 Sinon.JS 集成

时间:2024-07-11 00:44:33
【文件属性】:

文件名称:sinomocha:用于 Mocha 测试工具的 Sinon.JS 集成

文件大小:12KB

文件格式:ZIP

更新时间:2024-07-11 00:44:33

JavaScript

中摩 用于 Mocha 测试工具的 Sinon.JS 集成 使用 Sinon 存根编写 Mocha 测试时,您是否感到恼火 - 您必须在每个测试中隆重地存根和恢复方法,如下所示: beforeEach ( function ( ) { sinon . stub ( my , 'method' ) ; } ) ; afterEach ( function ( ) { my . method . restore ( ) ; } ) ; 也许你已经发现了 sinon 沙箱,但你仍然有同样的规矩: beforeEach ( function ( ) { this . sandbox = sinon . sandbox . create ( ) ; sinon . stub ( my , 'method' ) ; } ) ; afterEach ( func


【文件预览】:
sinomocha-master
----package.json(668B)
----LICENSE(1KB)
----index.js(6KB)
----README.md(3KB)
----component.json(334B)
----test()
--------index.test.js(24KB)
--------index.html(571B)
--------mocha.opts(28B)
--------assert.js(12KB)

网友评论