Chad Sahlhoff
Results
1
issues of
Chad Sahlhoff
## 🐛 Bug Report ```tsx describe('with an id', () => { test('should render a color input with an id', () => { const {getByTestId} = render( ); expect(getByTestId(id)).toHaveAttribute('id', 'my-id'); });...
bug