| 1 | import React from 'react'; |
| 2 | import { render, screen } from '@testing-library/react'; |
| 3 | import { ButtonGroup } from '..'; |
| 4 | import { testForChildrenInComponent, testForCustomTag } from '../testUtils'; |
nothing calls this directly
no test coverage detected