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

8 lines
93 B
Batchfile
Raw Normal View History

2025-09-19 20:49:14 +08:00
@echo off
if "%1" neq "" (
npm run singletest %1 %2
) else (
npm run paralleltest
)