Skip to content

Commit

Permalink
refactor: rm test id
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Dec 18, 2024
1 parent 407e77f commit 1b2bf4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/bezier-react/src/components/AlphaIcon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import { type IconProps } from './Icon.types'

import styles from './Icon.module.scss'

export const ICON_TEST_ID = 'bezier-alpha-icon'

export const Icon = memo(
forwardRef<SVGSVGElement, IconProps>(function Icon(props, forwardedRef) {
const [marginProps, marginRest] = splitByMarginProps(props)
Expand Down Expand Up @@ -45,7 +43,6 @@ export const Icon = memo(
marginStyles.className,
className
)}
data-testid={ICON_TEST_ID}
{...rest}
/>
)
Expand Down

0 comments on commit 1b2bf4c

Please sign in to comment.