1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: node-sink-test
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Build-Depends: debhelper (>= 7.0.50~), node-uglify
Standards-Version: 3.9.6
Homepage: http://github.com/ded/sink-test
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-sink-test.git
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-sink-test.git
Package: libjs-sink-test
Architecture: all
Depends: ${misc:Depends}
Description: Asynchronous JavaScript Unit Testing Framework
Sink test is used to test JavaScript that is run asynchronously
whereby you can specify the number of expectations and Sink will
tell you if they each pass successfully or call an optional
complete() callback to indicate test completion.
.
This package contains the JavaScript library.
Package: node-sink-test
Architecture: all
Depends: ${misc:Depends}, libjs-sink-test, nodejs (>= 0.4.0),
node-colors (>= 0.5.0)
Description: Asynchronous JavaScript Unit Testing Framework
Sink test is used to test JavaScript that is run asynchronously
whereby you can specify the number of expectations and Sink will
tell you if they each pass successfully or call an optional
complete() callback to indicate test completion.
.
This package contains the NodeJS module.
|