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