nacos/console-ui/test/run.bat

8 lines
93 B
Batchfile
Raw Permalink Normal View History

2019-03-14 13:57:58 +08:00
@echo off
if "%1" neq "" (
npm run singletest %1 %2
) else (
npm run paralleltest
)