Skip to content

Instantly share code, notes, and snippets.

View jmburke4's full-sized avatar

Jackson Burke jmburke4

View GitHub Profile

Test Strategy: Front End + Back End Unit Coverage

1) Components/Services to Test

Front End (Unit + Component Tests)

Area Component/Service Why It Is Tested Test File(s)
UI Rendering Core pages and reusable components Confirms expected render/state behavior and regressions in UI contracts frontend/**/**/*.test.*
Form Handling Form components + validation utilities Prevents invalid submissions and broken client-side validation frontend/**/forms/**/*.test.*