Skip to content

Write unit tests for the SettingsForm component #488

Description

@Calebux

Context & Description

We are missing test coverage for SettingsForm. Write unit tests using Jest and React Testing Library to ensure it renders correctly and handles user interactions as expected.

Acceptance Criteria

  • Component is fully responsive across mobile, tablet, and desktop viewports.
  • UI matches the established design system and toggles theming correctly (e.g. Dark Mode).
  • Passes all accessibility guidelines (minimum WCAG AA contrast, proper ARIA labels).
  • Renders efficiently without unnecessary layout shifts (CLS).
  • Interactive states (hover, focus, active, disabled) are fully styled.

Technical Constraints & Notes

  • Modularity: Keep components as decoupled and reusable as possible.
  • TypeScript: Adhere strictly to strict TypeScript types. The use of any is strictly prohibited.
  • Styling: Do not use inline styles; use the project's centralized styling solution.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions