Skip to content

Commit 0512740

Browse files
committed
refactor: rm test id
1 parent 78961c2 commit 0512740

File tree

1 file changed

+0
-3
lines changed
  • packages/bezier-react/src/components/AlphaIcon

1 file changed

+0
-3
lines changed

packages/bezier-react/src/components/AlphaIcon/Icon.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import { type IconProps } from './Icon.types'
1313

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

16-
export const ICON_TEST_ID = 'bezier-alpha-icon'
17-
1816
export const Icon = memo(
1917
forwardRef<SVGSVGElement, IconProps>(function Icon(props, forwardedRef) {
2018
const [marginProps, marginRest] = splitByMarginProps(props)
@@ -45,7 +43,6 @@ export const Icon = memo(
4543
marginStyles.className,
4644
className
4745
)}
48-
data-testid={ICON_TEST_ID}
4946
{...rest}
5047
/>
5148
)

0 commit comments

Comments
 (0)