Skip to content

Commit

Permalink
test: Fixes act errors in HeaderReportDropdown test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Sep 8, 2022
1 parent 0601b2d commit f76a3f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import HeaderReportDropdown, { HeaderReportProps } from '.';

let isFeatureEnabledMock: jest.MockInstance<boolean, [string]>;

jest.mock('src/components/Icons/Icon', () => () => <span />);

const createProps = () => ({
dashboardId: 1,
useTextMenu: false,
Expand Down

0 comments on commit f76a3f0

Please sign in to comment.