File: control

package info (click to toggle)
node-http-signature 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 300 kB
  • sloc: makefile: 26; sh: 2
file content (8 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
Tests: require
Depends: node-http-signature

Test-Command: set -e
 ; mkdir node_modules
 ; ln -s /usr/lib/nodejs/node-uuid node_modules/uuid
 ; ls -1 test/*.js | grep -v examples.test.js | xargs tap
Depends: @, node-tap, node-node-uuid