managarten/apps/skilltree/apps/backend
Till-JS c3dd7703b2 test(skilltree): add comprehensive test suite for web and backend
Add 91 tests covering the SkillTree application:

Web (Vitest - 53 tests):
- Level calculation and XP progress functions
- Branch validation and factory functions
- createDefaultSkill and createActivity helpers

Backend (Jest - 38 tests):
- SkillService CRUD operations
- XP system with level-up detection
- User stats aggregation
- Custom Drizzle ORM mock with thenable query builder
2026-01-29 12:43:19 +01:00
..
src test(skilltree): add comprehensive test suite for web and backend 2026-01-29 12:43:19 +01:00
docker-entrypoint.sh feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00
Dockerfile feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00
drizzle.config.ts feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00
jest.config.js test(skilltree): add comprehensive test suite for web and backend 2026-01-29 12:43:19 +01:00
nest-cli.json feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00
package.json feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00
tsconfig.json feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00