Skip to content

Commit

Permalink
Type fixes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Dec 14, 2020
1 parent c55adeb commit 8f26e06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function getProps(
dashboardContainer = new DashboardContainer(input, options);
const defaultTestProps: DashboardViewportProps = {
container: dashboardContainer,
PanelComponent: () => <div />,
};

return {
Expand Down
1 change: 0 additions & 1 deletion src/plugins/embeddable/public/mocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const createStartContract = (): Start => {
inject: jest.fn(),
migrate: jest.fn(),
EmbeddablePanel: jest.fn(),
getEmbeddablePanel: jest.fn(),
getStateTransfer: jest.fn(() => createEmbeddableStateTransferMock() as EmbeddableStateTransfer),
getAttributeService: jest.fn(),
};
Expand Down

0 comments on commit 8f26e06

Please sign in to comment.