Skip to content

Commit

Permalink
Removed 46 act errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Nov 7, 2022
1 parent aa48cae commit 1c8c488
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ import { DndMetricSelect } from 'src/explore/components/controls/DndColumnSelect
import { AGGREGATES } from 'src/explore/constants';
import { EXPRESSION_TYPES } from '../MetricControl/AdhocMetric';

jest.mock(
'src/components/Icons/Icon',
() =>
({ fileName }: { fileName: string }) =>
<span role="img" aria-label={fileName.replace('_', '-')} />,
);

const defaultProps = {
savedMetrics: [
{
Expand Down

0 comments on commit 1c8c488

Please sign in to comment.