Fix the issue with jest not found

This commit is contained in:
Maxim Khlobystov 2018-11-23 13:59:31 -05:00
parent 53d38d06e3
commit 0074e3ace6

View File

@ -35,6 +35,7 @@ if [[ $files = *"bigbluebutton-html5"* ]]; then
secret=$(echo $conf | cut -d' ' -f2)
export BBB_SHARED_SECRET=$secret
node html5-check.js
cd ../../..
npm test
fi
fi