Skip to content

Commit

Permalink
removed unused mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Nov 27, 2019
1 parent c2be4a2 commit e53181e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import {
HttpServiceBase,
} from 'kibana/public';

jest.mock('../errors', () => ({
IndexPatternMissingIndices: jest.fn(),
}));

jest.mock('./index_pattern', () => {
class IndexPattern {
init = async () => {
Expand Down

0 comments on commit e53181e

Please sign in to comment.