Skip to content

Commit

Permalink
fix eslit
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Feb 11, 2021
1 parent 8fa8e08 commit 506b3f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

import React from 'react';
import { I18nProvider } from '@kbn/i18n/react';
import { MockedKeys } from '@kbn/utility-types/jest';
import { coreMock } from '../../../../../../../src/core/public/mocks';
import { createStartDepsMock } from './plugin_dependencies';
import { IStorage, Storage } from '../../../../../../../src/plugins/kibana_utils/public';
import { MockedKeys } from '@kbn/utility-types/jest';
import { setHttpClient } from '../hooks/use_request';
import { MockedFleetStartServices } from './types';

Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/fleet/server/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const xpackMocks = {
createRequestHandlerContext: createCoreRequestHandlerContextMock,
};


export const createPackagePolicyServiceMock = () => {
return {
compilePackagePolicyInputs: jest.fn(),
Expand Down

0 comments on commit 506b3f4

Please sign in to comment.