File: test

package info (click to toggle)
node-ast-types 0.16.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,348 kB
  • sloc: javascript: 7,563; sh: 20; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
if test "$AUTOPKGTEST_TMP" != ""; then
	rm -rf lib
	tsc
	mv lib libtmp
	mv libtmp/src lib
fi
mocha lib/test/run.js --bail