(str: string)
| 50 | }); |
| 51 | |
| 52 | function stripHtmlComments(str: string) { |
| 53 | return str.replace(/<!--[\s\S]*?-->/g, ''); |
| 54 | } |
| 55 | |
| 56 | describe('render', () => { |
| 57 | it('should render basic template', () => { |
no test coverage detected
searching dependent graphs…