Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Sep 23, 2022
1 parent e2777fb commit 5d6adee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jest.mock('@kbn/visualizations-plugin/public', () => ({
getPercentageColumnFormulaColumn: jest.fn(() => mockGetPercentageColumnFormulaColumn()),
}),
getVisSchemas: jest.fn(() => mockGetVisSchemas()),
getDataViewByIndexPatternId: jest.fn(() => ({ id: 'index-pattern' })),
}));

jest.mock('./configurations', () => ({
Expand Down

0 comments on commit 5d6adee

Please sign in to comment.