()
| 27 | }; |
| 28 | |
| 29 | const createStateless = () => { |
| 30 | const Component1 = () => 42; |
| 31 | const Component2 = () => 43; |
| 32 | return { Component1, Component2 }; |
| 33 | }; |
| 34 | |
| 35 | const testSuite = factory => { |
| 36 | it('should compare non-registred components', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected