Skip to content

Commit

Permalink
(test) O3-4011 - add mock for PatientBannerPatientIdentifier (#1181)
Browse files Browse the repository at this point in the history
* (chore) O3-4011 - add mock for PatientBannerPatientIdentifier

* fix copy-paste typo
  • Loading branch information
chibongho authored Oct 17, 2024
1 parent 602cc03 commit 8d4612d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/framework/esm-framework/mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const CustomOverflowMenu = jest.fn(({ menuTitle, children }) => (
export const PatientBannerActionsMenu = jest.fn(() => <div>Patient Banner Actions Menu</div>);
export const PatientBannerContactDetails = jest.fn(() => <div>Patient Banner Contact Details</div>);
export const PatientBannerPatientInfo = jest.fn(() => <div>Patient Banner Patient Info</div>);
export const PatientBannerPatientIdentifier = jest.fn(() => <div>Patient Banner Patient Identifier</div>);
export const PatientBannerToggleContactDetailsButton = jest.fn(() => (
<div>Patient Banner Toggle Contact Details Button</div>
));
Expand Down

0 comments on commit 8d4612d

Please sign in to comment.