From d0e1e32589f4e76446eb84a3ec8e7fea39963412 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Mar 2019 16:07:40 +0100 Subject: Remove jest tests I don't have time to maintain them --- scripts/travis.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scripts/travis.sh') 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 ( cd client npm run lint ) -elif [ "$1" = "jest" ]; then - ( cd client - npm run test - ) fi -- cgit v1.2.3