Skip to content

Commit

Permalink
Delay TracePageHeader testing until release of Enzyme v3.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
  • Loading branch information
Davit Yeghshatyan committed Aug 24, 2018
1 parent 98ca290 commit 534ab63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/jaeger-ui/src/components/TracePage/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jest.mock('./SpanGraph');
jest.mock('./TracePageHeader.track');
jest.mock('./TraceTimelineViewer');

// Temporary fix until Enzyme v3.5.0 is released
jest.mock('./TracePageHeader', () => () => <div />);

import React from 'react';
import sinon from 'sinon';
import { shallow, mount } from 'enzyme';
Expand Down

0 comments on commit 534ab63

Please sign in to comment.