[ ソース: node-nodeunit ]
パッケージ: nodeunit (0.11.3+ds-1)
nodeunit に関するリンク
Debian の資源:
node-nodeunit ソースパッケージをダウンロード:
- [node-nodeunit_0.11.3+ds-1.dsc]
- [node-nodeunit_0.11.3+ds.orig.tar.xz]
- [node-nodeunit_0.11.3+ds-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Unit test framework for Node.js and the browser
This package provides easy async unit testing for Node.js and the browser.
Particularly, this module:
* Is simple to use, * Just exports the tests from a module, * Works with node.js and in the browser, * Helps you avoid common pitfalls when testing asynchronous code, * Allows one to easily add test cases with setUp and tearDown functions, * Adds flexible reporters for custom output, built-in support for HTML & jUnit XML, * Allows one to use mocks and stubs.
Node.js is an event-based server-side JavaScript engine.
その他の nodeunit 関連パッケージ
|
|
|
|
-
- dep: node-async
- functions and patterns for asynchronous code - Node.js
-
- dep: node-ejs (>= 2.5.2)
- Embedded JavaScript templates
-
- dep: node-tap (>= 7.0.0)
- Test-Anything-Protocol module for Node.js
-
- dep: nodejs (>= 6)
- evented I/O for V8 javascript - runtime executable