File: test

package info (click to toggle)
node-sync-content 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: sh: 13; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
TMPDIR=$(mktemp -d)
rsync -av . "$TMPDIR"
cd "$TMPDIR"
tap -T -R spec --no-cov --node-arg=-r --node-arg=ts-node/register test/*.ts
cd /tmp
rm -rf "$TMPDIR"