add test via multiple locations
This commit is contained in:
parent
888b35ea73
commit
249cbb93e6
9 changed files with 1601 additions and 9 deletions
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
|
|
@ -63,7 +63,17 @@
|
|||
"env": {
|
||||
"DIST": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Test",
|
||||
"program": "${workspaceFolder}/tests/index.js",
|
||||
"request": "launch",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"outputCapture": "std"
|
||||
},
|
||||
],
|
||||
"compounds": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue