File: control

package info (click to toggle)
node-sink-test 1.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: javascript: 764; makefile: 16
file content (41 lines) | stat: -rw-r--r-- 1,453 bytes parent folder | download
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
34
35
36
37
38
39
40
41
Source: node-sink-test
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-colors <!nocheck>
 , uglifyjs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-sink-test
Vcs-Git: https://salsa.debian.org/js-team/node-sink-test.git
Homepage: https://github.com/ded/sink-test
Rules-Requires-Root: no

Package: libjs-sink-test
Architecture: all
Multi-Arch: foreign
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
 , node-colors
 , nodejs:any
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.