Commit graph

7 commits

Author SHA1 Message Date
3ebb2c14b3
change up logout test style 2026-05-19 19:55:49 +03:00
383a8a0fbd
add idempotent logout for missing token test 2026-05-18 22:06:46 +03:00
64acbfad60
extract auth test fakes 2026-05-18 22:01:45 +03:00
410b752183
add unit tests for user and auth 2026-05-18 21:36:10 +03:00
f6a33cf620
delete backend, starting over 2026-05-18 21:18:20 +03:00
f2bc33592d
test: add null and empty token cases to logout test
Red phase: Logout should handle null and empty string tokens gracefully without throwing. Currently null causes TypeError.
2026-05-17 10:09:20 +03:00
ceb392fc8d
test: add failing logout test
Red phase: LogoutTest covers deleting existing session and no-op for unknown token.
2026-05-17 09:45:24 +03:00