intergration tests.

This commit is contained in:
rebornix
2020-04-23 11:55:23 -07:00
parent ab42ffc44c
commit b9eafe5f66
16 changed files with 1085 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"version": "2.0.0",
"command": "npm",
"type": "shell",
"presentation": {
"reveal": "silent"
},
"args": ["run", "compile"],
"isBackground": true,
"problemMatcher": "$tsc-watch"
}