软件包: libjs-chai (4.3.6~ds1+~cs9.7.12-2)
libjs-chai 的相关链接
Trisquel 的资源:
下载源码包 node-chai:
- [node-chai_4.3.6~ds1+~cs9.7.12-2.dsc]
- [node-chai_4.3.6~ds1+~cs9.7.12.orig-chai-exclude.tar.xz]
- [node-chai_4.3.6~ds1+~cs9.7.12.orig-fclone.tar.xz]
- [node-chai_4.3.6~ds1+~cs9.7.12.orig-loupe.tar.xz]
- [node-chai_4.3.6~ds1+~cs9.7.12.orig-types-chai.tar.xz]
- [node-chai_4.3.6~ds1+~cs9.7.12.orig.tar.xz]
- [node-chai_4.3.6~ds1+~cs9.7.12-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Javascript Maintainers (Mail Archive)
- Sruthi Chandran
- Bastien Roucariès
- Pirate Praveen
外部的资源:
- 主页 [chaijs.com]
相似软件包:
assertion library for the browser
Chai is a BDD / TDD assertion library for Node.js and the browser that can be delightfully paired with any javascript testing framework. This library is test framework agnostic.
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests
BDD of Behavior-Driven Development is an extension of test-driven development that makes use of a simple, domain-specific scripting language (DSL). These DSLs convert structured natural language statements into executable tests.
This package includes the browser specific files.