File: test

package info (click to toggle)
node-http-signature 1.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: javascript: 2,556; makefile: 41
file content (7 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
set -e
set -x
mkdir -p node_modules
ln -s `nodepath uuid` node_modules/uuid
# Disable failing tests
ls -1 test/*.js | grep -v examples.test.js | xargs tap -R tap --no-cov
rm -rf node_modules