test: add vitest unit coverage

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 23:50:25 +02:00
parent 0338ba532b
commit a77012ba83
8 changed files with 435 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# 05. Add Vitest and pure unit tests
Status: pending
Status: completed
Add a test runner and cover pure/domain logic such as route parsing, chat transcript updates, cache merge, path safety, and git parsing.