diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-13 16:07:40 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-03-18 11:17:59 +0100 |
commit | d0e1e32589f4e76446eb84a3ec8e7fea39963412 (patch) | |
tree | 201423c677e61490d8e289a9cb9f39cc0e76e3ed /scripts | |
parent | 0b16f5f2202e0c0832b5e678fadd95c64b8e8789 (diff) | |
download | PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.tar.gz PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.tar.zst PeerTube-d0e1e32589f4e76446eb84a3ec8e7fea39963412.zip |
Remove jest tests
I don't have time to maintain them
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/travis.sh b/scripts/travis.sh index 509b40d87..3557816c8 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh | |||
@@ -36,8 +36,4 @@ elif [ "$1" = "lint" ]; then | |||
36 | ( cd client | 36 | ( cd client |
37 | npm run lint | 37 | npm run lint |
38 | ) | 38 | ) |
39 | elif [ "$1" = "jest" ]; then | ||
40 | ( cd client | ||
41 | npm run test | ||
42 | ) | ||
43 | fi | 39 | fi |