File: test

package info (click to toggle)
node-address 2.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: javascript: 704; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
set -e
cp -a debian/tests/test_modules node_modules
tsc -p test/tsconfig.json
mocha --check-leaks -R spec -t 60000 test/*.test.js
rm -rf node_modules