Skip to content

Commit

Permalink
Fix a couple things
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Apr 21, 2022
1 parent 124f0f5 commit 164a9de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 128 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/monitoring_collection/server/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const createStartMock = (): jest.Mocked<MonitoringCollectionStart> => {
const mock = {
reportGauge: jest.fn(),
reportCounter: jest.fn(),
registerCustomElasticsearchClient: jest.fn(),
};
return mock;
};
Expand Down
128 changes: 0 additions & 128 deletions x-pack/plugins/monitoring_collection/server/plugin.test.ts

This file was deleted.

0 comments on commit 164a9de

Please sign in to comment.