mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
14 lines
152 B
Markdown
14 lines
152 B
Markdown
# VS Code Integration test
|
|
|
|
### Run
|
|
|
|
```bash
|
|
|
|
# Dev (Electron)
|
|
scripts/test-integration.sh
|
|
|
|
# Dev (Web)
|
|
node test/integration/browser/out/index.js
|
|
|
|
```
|