File: test

package info (click to toggle)
node-browser-resolve 1.11.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 680 kB
  • sloc: javascript: 912; makefile: 12; sh: 3
file content (9 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
set -e
AUTOPKG=${AUTOPKGTEST_TMP:-no}
if test $AUTOPKG = no; then
	mocha -R spec
else
	# false*.js files test source files, then are incompatible with
	# autopkgtest
	mocha -R spec `ls test/*.js|grep -v false`
fi