[ 原始碼: node-proxyquire ]
套件:node-proxyquire(2.1.3+~1.0.1+~1.0.2-12)
node-proxyquire 的相關連結
Debian 的資源:
下載原始碼套件 node-proxyquire:
- [node-proxyquire_2.1.3+~1.0.1+~1.0.2-12.dsc]
- [node-proxyquire_2.1.3+~1.0.1+~1.0.2.orig-Xerror.tar.gz]
- [node-proxyquire_2.1.3+~1.0.1+~1.0.2.orig-Xkeys.tar.gz]
- [node-proxyquire_2.1.3+~1.0.1+~1.0.2.orig.tar.gz]
- [node-proxyquire_2.1.3+~1.0.1+~1.0.2-12.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
mocking tool to stub dependencies in Node.js
Proxyquire proxies nodejs's require in order to make overriding dependencies during testing easy while staying totally unobtrusive.
* No changes to your code are necessary. * Non overridden methods of a module behave like the original. * Mocking framework agnostic, if it can stub a function then it works with proxyquire. * "use strict" compliant.
其他與 node-proxyquire 有關的套件
|
|
|
|
-
- dep: node-is-object
- Checks whether a value is an object
-
- dep: node-merge-descriptors
- merge objects using descriptors
-
- dep: node-resolve
- Synchronous/Asynchronous require.resolve() algorithm
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
-
- enh: node-sinon
- JavaScript test spies, stubs and mocks