Files
nacos-server-kingbase/console-ui/test/run.sh

6 lines
85 B
Bash
Raw Permalink Normal View History

2025-09-19 20:49:14 +08:00
if [ "$1" = "" ]; then
npm run paralleltest
else
npm run singletest $1 $2
fi