azuredatastudio/scripts/test-smoke.bat

11 строки
87 B
Batchfile

@echo off
setlocal
pushd "%~dp0\..\test\smoke"
node test\index.js %*
popd
endlocal