File: run

package info (click to toggle)
node-json-stringify-safe 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,032 kB
  • sloc: makefile: 122; sh: 4
file content (5 lines) | stat: -rw-r--r-- 110 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
set -e
node -e "require('json-stringify-safe');"
export NODE_PATH=debian/node_modules
mocha -R spec