File: test

package info (click to toggle)
node-yjs 13.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: javascript: 10,961; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
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