Add debugger for unit tests (#2392)
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -56,6 +56,14 @@
|
||||
],
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"preLaunchTask": "prepare-e2e"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Unit Tests",
|
||||
"program": "${workspaceRoot}/node_modules/jest/bin/jest",
|
||||
"args": [],
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user