Skip to content

Commit 1a683bc

Browse files
committed
Remove switch from coverage testing
1 parent 3f3edd8 commit 1a683bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grid/src/styled/pane/StyledPaneSplitterButtonContainer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ const positionStyles = (props: IStyledSplitterButtonContainerProps & ThemeProps<
7373
} else {
7474
const offset = `${size}px`;
7575

76+
/* istanbul ignore next */
7677
switch (`${props.orientation}-${props.placement}-${props.theme.rtl ? 'rtl' : 'ltr'}`) {
7778
case 'top-end-ltr':
7879
case 'top-end-rtl':

0 commit comments

Comments
 (0)