Skip to content

feat: add password reset flow and tidy test noise#9

Merged
GitAddRemote merged 3 commits intomainfrom
feature/password-reset
Dec 2, 2025
Merged

feat: add password reset flow and tidy test noise#9
GitAddRemote merged 3 commits intomainfrom
feature/password-reset

Conversation

@GitAddRemote
Copy link
Copy Markdown
Owner

  • Implement password reset and change-password backend flow with tokens, hashing, and validation.
  • Add frontend reset-password page and routing.
  • Cover the feature with unit and e2e tests for auth controller/service and reset endpoints.
  • Mock seeder logger in tests and adjust Turbo test outputs to remove warning noise.

Tests: pnpm test

mock Nest Logger in database seeder spec and assert error log

remove turbo test outputs entry to silence missing artifacts warning

reran tests to confirm password reset suite stays green
@GitAddRemote GitAddRemote self-assigned this Nov 27, 2025
GitAddRemote and others added 2 commits November 27, 2025 01:07
- Add USE_REDIS_CACHE=false to .env.test to use in-memory cache
- Update app.module.ts to support memory cache for tests
- Fix jest-e2e.json to detect open handles and correct transform pattern
- Fix password reset test to create unique tokens for each test

All e2e tests now pass successfully (5 test suites, 50 tests).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@GitAddRemote GitAddRemote merged commit 00a9f17 into main Dec 2, 2025
9 checks passed
@GitAddRemote GitAddRemote deleted the feature/password-reset branch December 2, 2025 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant