Rename debug target to "UI" rather than Jest

This commit is contained in:
Tom Ratcliffe 2024-04-22 16:33:24 +01:00 committed by Tom Ratcliffe
parent 97b66c2a95
commit 349df74578

2
.vscode/launch.json vendored
View File

@ -46,7 +46,7 @@
"webRoot": "${workspaceFolder}"
},
{
"name": "Debug Jest test",
"name": "Debug UI test",
"type": "node",
"request": "launch",
"runtimeExecutable": "yarn",