(props)
| 23 | |
| 24 | it('renders component with display name and class name', () => { |
| 25 | const Custom: React.FC = (props) => <div {...props} />; |
| 26 | |
| 27 | const Test = styled(Custom)({ |
| 28 | name: 'TestComponent', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…