run.bat 93 B

1234567
  1. @echo off
  2. if "%1" neq "" (
  3. npm run singletest %1 %2
  4. ) else (
  5. npm run paralleltest
  6. )