Skip to content

Commit

Permalink
pass appropriate types to component
Browse files Browse the repository at this point in the history
  • Loading branch information
eokoneyo committed Aug 28, 2024
1 parent 7579ac5 commit 18c0d83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const history = scopedHistoryMock.create();
const getUrlForApp = (appId: string) => appId;
const navigateToUrl = jest.fn();
const spacesManager = spacesManagerMock.create();
const getRolesAPIClient = getRolesAPIClientMock();
const getPrivilegeAPIClient = getPrivilegeAPIClientMock();
const getRolesAPIClient = getRolesAPIClientMock;
const getPrivilegeAPIClient = getPrivilegeAPIClientMock;
const reloadWindow = jest.fn();

const http = httpServiceMock.createStartContract();
Expand Down

0 comments on commit 18c0d83

Please sign in to comment.