File: test

package info (click to toggle)
node-immutable-tuple 0.4.10-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 904 kB
  • sloc: javascript: 3,829; makefile: 5; sh: 3
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
set -e
rm -rf node_modules
cp -a debian/tests/test_modules node_modules
mocha --require ./node_modules/reify --full-trace --reporter spec test/tests.js
rm -rf node_modules