Skip to content

Commit

Permalink
Fix mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Dec 8, 2022
1 parent 54161f8 commit a5447b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/visualizations/public/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ const createInstance = async () => {
screenshotMode: screenshotModePluginMock.createStartContract(),
fieldFormats: fieldFormatsServiceMock.createStartContract(),
unifiedSearch: unifiedSearchPluginMock.createStartContract(),
usageCollection: {
reportUiCounter: jest.fn(),
},
});

return {
Expand Down

0 comments on commit a5447b4

Please sign in to comment.