文件名称:node-muk:模拟对象方法和依赖项
文件大小:27KB
文件格式:ZIP
更新时间:2024-02-27 05:33:37
testing node stub mocking TestingJavaScript
穆克 *被遗弃* 放弃将功能拆分为 模拟对象的方法和属性 模拟依赖 用法 模拟依赖项。 foo.js var request = require ( 'request' ) ; module . exports = function foo ( url ) { // do something with request } ; test.js var mockedRequest = function ( url , options , callback ) { // mock a request here } ; var foo = muk ( './foo' , { re
【文件预览】:
node-muk-master
----.travis.yml(214B)
----package.json(583B)
----test()
--------require-test.js(2KB)
--------custom()
--------method-test.js(7KB)
--------dir()
----LICENSE(1KB)
----muk.gif(18KB)
----.gitignore(22B)
----History.md(319B)
----lib()
--------index.js(813B)
--------method.js(2KB)
--------require.js(1KB)
----README.md(2KB)