----初始化项目
This commit is contained in:
5
console-ui/test/run.sh
Normal file
5
console-ui/test/run.sh
Normal file
@ -0,0 +1,5 @@
|
||||
if [ "$1" = "" ]; then
|
||||
npm run paralleltest
|
||||
else
|
||||
npm run singletest $1 $2
|
||||
fi
|
||||
Reference in New Issue
Block a user