(props: Props)
| 3 | className?: string; |
| 4 | } |
| 5 | export function Foo(props: Props) { |
| 6 | return ( |
| 7 | <div className={props.className}> |
| 8 | <img src="" hidden={false} width={1} srcSet={"test 200px"} /> |
| 9 | </div> |
| 10 | ); |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected