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

Commit fa70d1c

Browse files
committed
refactor: add VSCode debug configuration for tests
1 parent 24fcf53 commit fa70d1c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.vscode/launch.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
52
"version": "0.2.0",
63
"configurations": [
4+
{
5+
"type": "node",
6+
"request": "launch",
7+
"name": "Test",
8+
"program": "${workspaceFolder}/node_modules/jasmine/bin/jasmine.js",
9+
"args": [
10+
"--config=jasmine-config/jasmine.json"
11+
]
12+
},
713
{
814
"type": "node",
915
"request": "launch",

0 commit comments

Comments
 (0)