File: control

package info (click to toggle)
node-should-sinon 0.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: javascript: 171; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,237 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
Source: node-should-sinon
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nodejs,
               mocha <!nocheck>,
               node-should,
               node-sinon <!nocheck>,
               nodejs (>= 6),
               pkg-js-tools (>= 0.9.35)
Standards-Version: 4.6.0
Homepage: https://github.com/shouldjs/sinon
Vcs-Git: https://salsa.debian.org/js-team/node-should-sinon.git
Vcs-Browser: https://salsa.debian.org/js-team/node-should-sinon
Rules-Requires-Root: no

Package: node-should-sinon
Architecture: all
Depends: node-should, nodejs:any (>= 6), ${misc:Depends}
Description: Sinon.js assertions for should.js
 should is an expressive, readable, framework-agnostic assertion
 library. The main goals of this library are to be expressive and to
 be helpful. It keeps your test code clean, and your error messages
 helpful.
 .
 This module adds additional assertions for sinon.js, which provides
 standalone test spies, stubs and mocks.
 .
 Node.js is an event-based server-side JavaScript engine.