expect
声称可以写更好的断言。
https://github.com/mjackson/e...
chai
可以写BDD样式的断言,也可以写TDD样式的断言,可用于Node.js与浏览器端,可以与任何测试框架集成。
https://github.com/chaijs/chai
SuperTest
可以通过 superagent 更容易地写HTTP断言.
https://github.com/visionmedi...
should.js
Node.js的BDD样式的断言库。
https://github.com/shouldjs/s...
commonjs-assert
JavaScript的简易断言库。
https://github.com/browserify...
jShould
为QUnit而设计的一个简单断言库。
https://github.com/eliperelma...
expectThat
CoffeeScript语言的单元测试与断言库。
https://github.com/dmohl/expe...
assert.js
https://github.com/Jxck/assert
已停止维护,建议使用 http://browserify.org/
这些断言库中,作者更喜欢使用expect与chai。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。