Skip to content

Commit

Permalink
Remove mocks from this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones committed Apr 28, 2024
1 parent 59c52a3 commit 81303a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/framework/esm-framework/mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ export const usePatientPhoto = jest.fn(() => ({
data: null,
error: null,
}));
export const closeWorkspace = jest.fn();
export const launchWorkspace = jest.fn();
export const navigateAndLaunchWorkspace = jest.fn();
export const useWorkspaces = jest.fn();

/* esm-utils */
export { getDefaultsFromConfigSchema, parseDate, formatDate, formatDatetime, formatTime } from '@openmrs/esm-utils';
Expand Down

0 comments on commit 81303a1

Please sign in to comment.