Skip to content

Commit

Permalink
types fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
semd committed Oct 10, 2024
1 parent 77e5a2e commit 12dd431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jest.mock('./agentless_available_callout');
jest.mock('./installed_integrations_callout');
jest.mock('./endpoint_callout');

interface MockedConsts {
AGENTLESS_LEARN_MORE_LINK: string | null;
}

describe('IntegrationCardTopCallout', () => {
beforeEach(() => {
jest.clearAllMocks();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jest.mock('./integration_card_grid_tabs');

const props = {
setComplete: jest.fn(),
checkComplete: jest.fn(),
isCardComplete: jest.fn(),
setExpandedCardId: jest.fn(),
};
Expand Down

0 comments on commit 12dd431

Please sign in to comment.