Skip to content

Commit

Permalink
fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Mar 8, 2020
1 parent f63e976 commit 9e1795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/public/ui/search_bar/search_bar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const mockTimeHistory = {
},
};

jest.mock('../..', () => {
jest.mock('..', () => {
return {
FilterBar: () => <div className="filterBar" />,
};
Expand Down

0 comments on commit 9e1795d

Please sign in to comment.