Files
raven-test/e2e/.vscode/tasks.json
2026-02-15 11:27:52 -08:00

16 lines
247 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "open",
"problemMatcher": [],
"label": "npm: open",
"detail": "./node_modules/.bin/cypress open",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}