パッケージ: libjs-chai (6.0.1+~cs12.4.15-1)
libjs-chai に関するリンク
Debian の資源:
node-chai ソースパッケージをダウンロード:
- [node-chai_6.0.1+~cs12.4.15-1.dsc]
- [node-chai_6.0.1+~cs12.4.15.orig-chai-exclude.tar.gz]
- [node-chai_6.0.1+~cs12.4.15.orig-fclone.tar.gz]
- [node-chai_6.0.1+~cs12.4.15.orig-loupe.tar.gz]
- [node-chai_6.0.1+~cs12.4.15.orig-types-chai.tar.gz]
- [node-chai_6.0.1+~cs12.4.15.orig.tar.gz]
- [node-chai_6.0.1+~cs12.4.15-1.debian.tar.xz]
メンテナ:
- Debian Javascript Maintainers (QA ページ, メールアーカイブ)
- Sruthi Chandran (QA ページ)
- Bastien Roucariès (QA ページ)
- Pirate Praveen (QA ページ)
外部の資源:
- ホームページ [chaijs.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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.