Files
screeps-deploy-action/.vscode/tasks.json
Philipp Horstenkamp a2b753417a
Some checks failed
Lint / pre-commit Linting (push) Successful in 1m52s
Test / Run Tests (push) Failing after 8m40s
Add testing script and vitest as a dev dependency in package.json
2025-12-23 16:42:07 +01:00

14 lines
202 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "test",
"group": "test",
"problemMatcher": [],
"label": "npm: test",
"detail": "jest"
}
]
}