Skip to content

Commit

Permalink
(test) add mock for launchWorkspaceGroup (openmrs#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho authored Dec 21, 2024
1 parent c3a6133 commit db13271
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 @@ -91,6 +91,7 @@ export const ActionMenu = jest.fn(() => <div>Action Menu</div>);
export const WorkspaceContainer = jest.fn(() => <div>Workspace Container</div>);
export const closeWorkspace = jest.fn();
export const launchWorkspace = jest.fn();
export const launchWorkspaceGroup = jest.fn();
export const navigateAndLaunchWorkspace = jest.fn();
export const useWorkspaces = jest.fn();

Expand Down

0 comments on commit db13271

Please sign in to comment.