Skip to content

Commit

Permalink
update mocks to account for new startcontract
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Oct 9, 2019
1 parent 1678aec commit ce0a93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/data/public/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const createStartContract = (): Start => {
const startContract: Start = {
autocomplete: autocompleteMock as Start['autocomplete'],
getSuggestions: jest.fn(),
search: { search: jest.fn() },
};
return startContract;
};
Expand Down

0 comments on commit ce0a93f

Please sign in to comment.