Files
azuredatastudio/scripts/test-smoke.bat
Charles Gagnon 50242b2c35 Add test for opening existing SQL file and typing text into it (#5816)
* Add test for opening existing SQL file and typing text into it

* Clean up

* More cleanup, remove unneeded queryEditor and add smoke test scripts

* Update comments to be clearer
2019-06-04 02:42:39 +00:00

11 lines
87 B
Batchfile

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