PeerTube/scripts/test.sh

9 lines
117 B
Bash
Raw Normal View History

#!/usr/bin/env sh
cd client || exit -1
2017-04-26 21:52:49 +02:00
npm test || exit -1
cd .. || exit -1
2017-04-26 21:52:49 +02:00
standard || exit -1
mocha server/tests