Skip to content

Commit

Permalink
fix: test launch config name
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Aug 15, 2023
1 parent 32895f9 commit 934a839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"skipFiles": [
"${workspaceFolder}/node_modules/**/*.js"
],
"name": "Debug app",
"name": "Test app",
"preLaunchTask": "npm: test:e2e:dev",
"url": "http://192.168.10.17:4173",
"webRoot": "${workspaceFolder}"
Expand Down

0 comments on commit 934a839

Please sign in to comment.