fix(ci): frontend tests was accidentially commented out

This commit is contained in:
Torkel Ödegaard 2019-03-19 13:42:25 +01:00
parent 9f6b793563
commit abbb7b81c7

View File

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