()
| 109 | } |
| 110 | |
| 111 | const hydrationFeatures = () => [withEventReplay()]; |
| 112 | const html = await ssr(AppComponent, {hydrationFeatures}); |
| 113 | const ssrContents = getAppContents(html); |
| 114 | const doc = getDocument(); |
no test coverage detected
searching dependent graphs…