Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
test: allow testing id with code
Browse files Browse the repository at this point in the history
  • Loading branch information
Levertion committed Apr 22, 2019
1 parent 4d9388b commit 22553ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": ["--opts", "../mocha.opts", "-v"],
"internalConsoleOptions": "openOnSessionStart"
},
{
"type": "node",
"request": "launch",
"name": "id Mocha Tests",
"cwd": "${workspaceFolder}/id/",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": ["--opts", "../mocha.opts", "-v"],
"internalConsoleOptions": "openOnSessionStart"
}
]
}

0 comments on commit 22553ed

Please sign in to comment.