Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Apr 4, 2022
1 parent a3a68ef commit f0950b2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ import type { DataView } from '../../../../../../src/plugins/data/common';

jest.mock('../../common/api/use_kubebeat_data_view');
jest.mock('../../common/api/use_cis_kubernetes_integration');
jest.mock('../../common/hooks/use_theme', () => ({
useTheme: () => ({
eui: {
paddingSizes: {},
},
}),
}));

beforeEach(() => {
jest.restoreAllMocks();
Expand Down

0 comments on commit f0950b2

Please sign in to comment.