Skip to content

Commit 8176260

Browse files
committedDec 12, 2024·
Skip sx test for LabelGroup
1 parent 121e737 commit 8176260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react/src/__tests__/LabelGroup.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('LabelGroup', () => {
2929
thresholds: [],
3030
})) as jest.Mock<IntersectionObserver>
3131

32-
behavesAsComponent({Component: LabelGroup, options: {skipAs: true}})
32+
behavesAsComponent({Component: LabelGroup, options: {skipAs: true, skipSx: true}})
3333

3434
checkExports('LabelGroup', {
3535
default: LabelGroup,

0 commit comments

Comments
 (0)
Please sign in to comment.