File: test

package info (click to toggle)
node-lru-cache 10.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: javascript: 546; sh: 90; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
if test "$AUTOPKGTEST_TMP" != ""; then
	rm -f test/ttl.ts \
		test/purge-stale-exhaustive.ts \
		test/basic.ts \
		test/map-like.ts \
		test/warn-missing-ac.ts
fi
tap -t 7200 -R tap --no-cov `ls test/*.ts|grep -v test/avoid-memory-leak.ts`