chore: add mise test tasks

This commit is contained in:
2026-05-20 17:47:44 +02:00
parent 68717a7550
commit 38f1461d37
+8
View File
@@ -38,6 +38,14 @@ run = "backend/mvnw -f backend/pom.xml spring-boot:run"
description = "Run the Vite frontend" description = "Run the Vite frontend"
run = "npm --prefix frontend run dev" run = "npm --prefix frontend run dev"
[tasks.test-backend]
description = "Run backend tests"
run = "backend/mvnw -f backend/pom.xml test -q"
[tasks.test-frontend]
description = "Run frontend tests"
run = "cd frontend && npx vitest run"
[tasks.check] [tasks.check]
description = "Format-check, lint, and test" description = "Format-check, lint, and test"
run = """ run = """