Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seanrathier committed Oct 23, 2024
1 parent a5b8643 commit 0ab8a24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ jest.mock('./app_context', () => ({
getExternalCallbacks: jest.fn(),
getCloud: jest.fn(),
getConfig: jest.fn(),
getExperimentalFeatures: jest.fn().mockReturnValue({}),
getInternalUserSOClientForSpaceId: jest.fn(),
},
}));
Expand Down

0 comments on commit 0ab8a24

Please sign in to comment.