Skip to content

Commit

Permalink
Fix label context test
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jun 17, 2024
1 parent 85dbb07 commit 14e28ea
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ describe('<CheckboxGroup.Label />', () => {
describeConformance(<CheckboxGroup.Label />, () => ({
inheritComponent: 'span',
refInstanceof: window.HTMLSpanElement,
render,
render(node) {
return render(<CheckboxGroup.Root>{node}</CheckboxGroup.Root>);
},
}));
});

0 comments on commit 14e28ea

Please sign in to comment.