chore: update launch configuration for Jest debugging

This commit is contained in:
khaliaothman298-afk 2026-01-08 16:41:47 -08:00
parent 19484f0a58
commit af2cafef8d

14
.vscode/launch.json vendored
View file

@ -8,6 +8,20 @@
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"type": "node",