Skip to content

Commit

Permalink
test: Fixes act errors in HeaderReportDropdown test (#21376)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Sep 8, 2022
1 parent 834ec7e commit b08049a
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 b08049a

Please sign in to comment.