| 4 | import Svg from '..' |
| 5 | |
| 6 | interface PredicateArgs { |
| 7 | type: any |
| 8 | props: any |
| 9 | } |
| 10 | |
| 11 | describe('Svg', () => { |
| 12 | const wrapper = renderer.create(<Svg />).root |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…