(callback)
| 65 | return this |
| 66 | }, |
| 67 | renderToString(callback) { |
| 68 | const componentString = ReactDOMServer.renderToStaticMarkup(component) |
| 69 | callback.call(null, componentString) |
| 70 | return this |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | return testComponent.mixin({ |
nothing calls this directly
no outgoing calls
no test coverage detected