Commit Graph

1 Commits

Author SHA1 Message Date
268ee5d0b2 feat: add unit tests and Gitea Actions CI pipeline
All checks were successful
CI / test-backend (push) Successful in 1m42s
- Extract pure utility functions to lib/utils.ts for testability
- Add 28 unit tests covering: computeNextDueDate, resetSubtasks,
  parseTaskIdentifier, validators, statusSortOrder
- Add Gitea Actions workflow (.gitea/workflows/ci.yml) that runs
  tests and type checking on push/PR to main
- Refactor tasks.ts to use extracted utils
2026-01-29 22:42:59 +00:00