Compare commits
3 Commits
3848be32e8
...
3e1715e487
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e1715e487 | |||
| 11e7fda997 | |||
| 09d42b14c5 |
15
.vscode/launch.json
vendored
15
.vscode/launch.json
vendored
@@ -58,12 +58,21 @@
|
|||||||
"name": "Vue: Frontend Tests",
|
"name": "Vue: Frontend Tests",
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"runtimeExecutable": "npx",
|
"runtimeExecutable": "npm",
|
||||||
|
"windows": {
|
||||||
|
"runtimeExecutable": "npm.cmd"
|
||||||
|
},
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
"vitest"
|
"run",
|
||||||
|
"test:unit"
|
||||||
],
|
],
|
||||||
"cwd": "${workspaceFolder}/frontend/vue-app",
|
"cwd": "${workspaceFolder}/frontend/vue-app",
|
||||||
"console": "integratedTerminal"
|
"console": "integratedTerminal",
|
||||||
|
"osx": {
|
||||||
|
"env": {
|
||||||
|
"PATH": "/opt/homebrew/bin:${env:PATH}"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
|
|||||||
Reference in New Issue
Block a user