diff --git a/.vscode/launch.json b/.vscode/launch.json index 578f7d8e..0dc73ac6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", } ] }