]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/test.sh
93dbd82001fdefb396d115e15043311a07ef1bdd
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
1 #!/usr/bin/env sh
2
3 cd client || exit -1
4 npm test
5
6 cd .. || exit -1
7 standard
8 mocha server/tests