diff --git a/types/carbon-components-react/carbon-components-react-tests.tsx b/types/carbon-components-react/carbon-components-react-tests.tsx index 5902cf8eea..29e011f47d 100644 --- a/types/carbon-components-react/carbon-components-react-tests.tsx +++ b/types/carbon-components-react/carbon-components-react-tests.tsx @@ -15,6 +15,7 @@ import { TableBatchActions, TableHeader, TableRow, + Tag, TileGroup, TooltipDefinition, TextArea, @@ -325,12 +326,12 @@ const tooltipDefHasTriggerClassName = ( // Tabs const tabCanBeDisabled = ( { }} handleTabClick={() => { }} handleTabKeyDown={() => { }} href="#" tabIndex={0} disabled + selected={false} /> ); @@ -344,6 +345,19 @@ const SliderHasOnChange = ( /> ); +// Tag +const ChipTagFilterUndef = ( + +); + +const ChipTagFalse = ( + +); + +const FilterTag = ( + {}}/> +); + // TextArea const textAreaWithDefaultRef = (