Skip to content

Commit

Permalink
ADM-944: [frontend] feat: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandy-Tang committed May 31, 2024
1 parent ba978f2 commit df1f30a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/__tests__/containers/ReportStep/style.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ describe('ChartAndTitleWrapper styled component', () => {
<ThumbUpIcon />
</TrendTypeIcon>,
);
console.log(screen.getByLabelText('test component 1'));
expect(screen.getByLabelText('test component 1').children[0]).toHaveStyle({ color: 'red' });
});

Expand All @@ -42,7 +41,6 @@ describe('ChartAndTitleWrapper styled component', () => {
<ThumbUpIcon />
</TrendTypeIcon>,
);
console.log(screen.getByLabelText('test component 2'));
expect(screen.getByLabelText('test component 2').children[0]).toHaveStyle({ transform: 'scaleY(-1)' });
});
});

0 comments on commit df1f30a

Please sign in to comment.