Skip to content

Commit

Permalink
Export Datepicker as mock (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
kajambiya authored Sep 11, 2023
1 parent f553814 commit b7e3085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/esm-framework/mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ export const LeftNavMenu = jest.fn();
export const setLeftNav = jest.fn();
export const unsetLeftNav = jest.fn();

export { OpenmrsDatePicker } from "@openmrs/esm-styleguide";
export const OpenmrsDatePicker = jest.fn();

0 comments on commit b7e3085

Please sign in to comment.