mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* 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
11 lines
87 B
Batchfile
11 lines
87 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
pushd "%~dp0\..\test\smoke"
|
|
|
|
node test\index.js %*
|
|
|
|
popd
|
|
|
|
endlocal
|