]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tests/api/travis-3.sh
Fix/connection with email (#1917)
[github/Chocobozzz/PeerTube.git] / server / tests / api / travis-3.sh
1 #!/usr/bin/env sh
2
3 set -eu
4
5 videosFiles=$(find server/tests/api/videos -type f | grep -v index.ts | xargs echo)
6
7 MOCHA_PARALLEL=true mocha --timeout 5000 --exit --require ts-node/register --bail \
8 $videosFiles