File: test

package info (click to toggle)
node-yjs 13.6.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,032 kB
  • sloc: javascript: 11,249; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
if test -L dist; then
	rm dist
	cp -a /usr/share/nodejs/yjs/dist .
	rollup -c
fi
node ./dist/tests.cjs --repetition-time 50