2017-11-21 15:35:06 -08:00

6 lines
85 B
Bash
Executable File

if [ "$1" = "" ]; then
npm run paralleltest
else
npm run singletest $1 $2
fi