]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/travis.sh
Fix video views increment
[github/Chocobozzz/PeerTube.git] / scripts / travis.sh
index c459daf0becbb621e5660a87c50ce7b549300792..1d7ebf3403d890115aaeb22e91806a70108a459e 100755 (executable)
@@ -32,6 +32,10 @@ elif [ "$1" = "lint" ]; then
     ( cd client
       npm run lint
     )
+elif [ "$1" = "jest" ]; then 
+    ( cd client
+      npm run test
+    )
 
     npm run tslint -- --project ./tsconfig.json -c ./tslint.json server.ts "server/**/*.ts" "shared/**/*.ts"
 fi