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
3 lines
48 B
TOML
3 lines
48 B
TOML
[test]
|
|
preload = ["./src/__tests__/helpers.ts"]
|