Skip to content

Commit

Permalink
fix legacy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Mar 10, 2020
1 parent 9269039 commit 6c5ff86
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import { ReactWrapper } from 'enzyme';
import { findTestSubject } from '@elastic/eui/lib/test';
import { Doc, DocProps } from './doc';

jest.mock('../doc_viewer/doc_viewer', () => ({
DocViewer: () => null,
}));

jest.mock('../../../kibana_services', () => {
return {
getServices: () => ({
Expand Down

0 comments on commit 6c5ff86

Please sign in to comment.