You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(auth): add coverage for local strategy unexpected error path
Adds an integration test that mocks AuthService.authenticate to throw a plain
Error (non-AppError) and verifies the server responds with 500, covering the
done(err) branch in the local passport strategy.
0 commit comments