Skip to content

Commit

Permalink
setupJest missing props too
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocio De Santiago authored and Rocio De Santiago committed Jan 21, 2025
1 parent 258308a commit 1903fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/ui-src/src/utils/testing/setupJest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ export const mockReportStore: HcbsReportState = {
type: ReportType.QMS,
status: ReportStatus.IN_PROGRESS,
title: "mock-report-title",
year: 2026,
options: {},
state: "PR",
pages: [{ ...mockMeasureTemplate, cmit: 960 }],
measureLookup: {
Expand Down

0 comments on commit 1903fdd

Please sign in to comment.