]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/test.sh
Return to sequelize@4.0.0-2 (makes tests fail)
[github/Chocobozzz/PeerTube.git] / scripts / test.sh
1 #!/usr/bin/env sh
2
3 npm run build:server
4
5 cd client || exit -1
6 npm test || exit -1
7
8 cd .. || exit -1
9 npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts server/**/*.ts || exit -1
10 mocha --bail server/tests