aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/williamdes/mariadb-mysql-kbs/scripts/ci/ci-mocha.sh
blob: 117d9d75ae0b9e71a6f4be7e85ee7d14cec79500 (plain)
1
2
3
4
5
#!/bin/bash
cd $(dirname $0)/../../
echo "Running in : $(pwd)"
npm run test
npm run report-coverage