()
| 104 | |
| 105 | /** run change detection and, extract and set the rendered elements */ |
| 106 | const detectChanges = () => { |
| 107 | fixture.detectChanges(); |
| 108 | grabElementsForTesting(); |
| 109 | }; |
| 110 | |
| 111 | const setDocumentDirection = (dir: 'ltr' | 'rtl') => (document.dir = dir); |
| 112 |
no test coverage detected