Files
Philipp Horstenkamp 3ff19001a7
Some checks are pending
Lint / pre-commit Linting (push) Waiting to run
Test / Run Tests (push) Successful in 1m12s
chore: Add a unit testing framework (#49)
Add vitest as a unit testing framework

Reviewed-on: #49
2026-01-04 07:02:20 +01:00

14 lines
202 B
JSON

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