File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
test-utils/dom/radio-group Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
1111import '../../__a11y__/to-validate-a11y' ;
1212import RadioGroup , { RadioGroupProps } from '../../../lib/components/radio-group' ;
1313import createWrapper from '../../../lib/components/test-utils/dom' ;
14- import RadioButtonWrapper from '../../../lib/components/test-utils/dom/radio-button' ;
14+ import RadioButtonWrapper from '../../../lib/components/test-utils/dom/radio-group/radio- button' ;
1515import customCssProps from '../../internal/generated/custom-css-properties' ;
1616
1717import abstractSwitchStyles from '../../../lib/components/internal/components/abstract-switch/styles.css.js' ;
Original file line number Diff line number Diff line change 1+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+ import RadioButtonWrapper from '../radio-button' ;
4+
5+ export default RadioButtonWrapper ;
You can’t perform that action at this time.
0 commit comments