test - convert web integration to TS

This commit is contained in:
Benjamin Pasero
2020-02-07 12:41:08 +01:00
parent ca5144362b
commit 4be3cc8846
9 changed files with 241 additions and 34 deletions

View File

@@ -0,0 +1,13 @@
# VS Code Integration test
### Run
```bash
# Dev (Electron)
scripts/test-integration.sh
# Dev (Web)
node test/integration/browser/out/index.js
```