add install jest

This commit is contained in:
Ron Rennick 2020-04-08 13:24:51 -03:00 committed by Jeff Stieler
parent b80b942428
commit e8efb82b9e
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ fi
if [[ "$WP_TRAVISCI" == "phpcs" ]] ; then
composer install
fi
npm install jest --global