Rename debug target to "UI" rather than Jest

pull/86764/head
Tom Ratcliffe 1 year ago committed by Tom Ratcliffe
parent 97b66c2a95
commit 349df74578
  1. 2
      .vscode/launch.json

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

Loading…
Cancel
Save