[ 原始碼: should.js ]
套件:node-should(13.2.3~dfsg-5)
node-should 的相關連結
Debian 的資源:
下載原始碼套件 should.js:
- [should.js_13.2.3~dfsg-5.dsc]
- [should.js_13.2.3~dfsg.orig-should-equal.tar.gz]
- [should.js_13.2.3~dfsg.orig-should-format.tar.gz]
- [should.js_13.2.3~dfsg.orig-should-type-adaptors.tar.gz]
- [should.js_13.2.3~dfsg.orig-should-type.tar.gz]
- [should.js_13.2.3~dfsg.orig-should-util.tar.gz]
- [should.js_13.2.3~dfsg.orig.tar.gz]
- [should.js_13.2.3~dfsg-5.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
behavior driven test assertions library - Node.js module
Should is an expressive, readable, test framework agnostic, assertion library. It helps keeping test code clean and error messages helpful.
It extends Object.prototype with a single non-enumerable getter that allows one to express how the object should behave.
Node.js is an event-based server-side JavaScript engine.