Przeglądaj źródła

fix(ci): frontend tests was accidentially commented out

Torkel Ödegaard 6 lat temu
rodzic
commit
abbb7b81c7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/circle-test-frontend.sh

+ 1 - 1
scripts/circle-test-frontend.sh

@@ -14,7 +14,7 @@ function exit_if_fail {
 start=$(date +%s)
 start=$(date +%s)
 
 
 exit_if_fail npm run prettier:check
 exit_if_fail npm run prettier:check
-# exit_if_fail npm run test
+exit_if_fail npm run test
 
 
 end=$(date +%s)
 end=$(date +%s)
 seconds=$((end - start))
 seconds=$((end - start))