Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Jan 9, 2025
1 parent c8a8f5a commit da69efb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ export const MockAssistantProviderComponent: React.FC<Props> = ({
navigateToApp={mockNavigateToApp}
baseConversations={BASE_SECURITY_CONVERSATIONS}
currentAppId={'test'}
productDocBase={{
installation: { getStatus: jest.fn(), install: jest.fn(), uninstall: jest.fn() },
}}
userProfileService={mockUserProfileService}
chrome={chrome}
>
Expand Down

0 comments on commit da69efb

Please sign in to comment.