Skip to content

Commit

Permalink
Unmock some more stuff needed after added in hoc
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Feb 8, 2016
1 parent d932373 commit fd55c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/scripts/components/__tests__/node-details-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jest.dontMock('../node-details.js');
jest.dontMock('../node-details/node-details-controls.js');
jest.dontMock('../node-details/node-details-relatives.js');
jest.dontMock('../node-details/node-details-table.js');
jest.dontMock('../node-details/node-details-health-overflow-item.js');
jest.dontMock('../../hoc/metric-feeder.js');
jest.dontMock('../../utils/color-utils');
jest.dontMock('../../utils/title-utils');

Expand Down

0 comments on commit fd55c30

Please sign in to comment.