Add launch config for Vitest coverage
This commit is contained in:
Vendored
+7
@@ -24,6 +24,13 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"CHROME_PATH": "<path to flatpak chrome wrapper>"
|
"CHROME_PATH": "<path to flatpak chrome wrapper>"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Unit Test Coverage",
|
||||||
|
"type": "node-terminal",
|
||||||
|
"request": "launch",
|
||||||
|
"command": "npx vitest run --coverage",
|
||||||
|
"cwd": "${workspaceFolder}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user