Skip to content

Commit

Permalink
Remove unnecessary mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Dec 1, 2021
1 parent de58a9c commit 85512ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jest.mock('../../public/application/lib/api', () => {

return {
...original,
loadIndexPatterns: async () => {
return ['index1', 'index2', 'index3'];
},
getHttpClient: () => mockHttpClient,
};
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jest.mock('../../public/application/lib/api', () => {

return {
...original,
loadIndexPatterns: async () => {
return ['index1', 'index2', 'index3'];
},
getHttpClient: () => mockHttpClient,
};
});
Expand Down

0 comments on commit 85512ed

Please sign in to comment.