feat: add API unit tests

Add Bun test suite covering:
- Auth: register, login, duplicate email, invalid password
- Events: create, location, validation, unauthorized
- Journals: get, generate, delete, list with pagination
- Settings: get, update, clear prompt, change password
- Export/Import: export data, events with location
- Search: search events, no matches, cross-date
- Days: list days, get day details, empty day
This commit is contained in:
lotherk
2026-03-27 09:50:31 +00:00
parent 5b82455627
commit f414161fd8
11 changed files with 536 additions and 1 deletions

2
backend/bunfig.toml Normal file
View File

@@ -0,0 +1,2 @@
[test]
preload = ["./src/__tests__/helpers.ts"]