debug: introduce intregration tests

This commit is contained in:
isidor
2020-02-04 15:43:23 +01:00
parent 8066726b27
commit 3900de53e0
3 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch debug.js",
"stopOnEntry": true,
"program": "${workspaceFolder}/debug.js"
}
]
}