Add unit tests (#11) #14

Merged
westfarn merged 1 commits from issue-11-unit-tests into master 2026-07-14 18:03:25 -07:00
Owner

Summary

  • Add Jest/RTL unit tests for data models, Card, Footer, CustomTextField/PasswordField, CustomToastMessage, ConversationCard, AuthContext, and SignIn
  • Remove the broken CRA App.test.tsx placeholder that expected "learn react"
  • Add npm run test:ci for non-interactive CI runs

Closes #11

Test plan

  • cd llm-fe && npm install
  • npm run test:ci — expect 9 suites / 32 tests passing
## Summary - Add Jest/RTL unit tests for data models, Card, Footer, CustomTextField/PasswordField, CustomToastMessage, ConversationCard, AuthContext, and SignIn - Remove the broken CRA `App.test.tsx` placeholder that expected "learn react" - Add `npm run test:ci` for non-interactive CI runs Closes #11 ## Test plan - [ ] `cd llm-fe && npm install` - [ ] `npm run test:ci` — expect 9 suites / 32 tests passing
westfarn added 1 commit 2026-07-14 10:24:27 -07:00
Replace the broken CRA App smoke test with focused Jest/RTL coverage and a CI-friendly test:ci script.
westfarn merged commit c0d83359cc into master 2026-07-14 18:03:25 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#14