| 13 | describe('stringifyTypeForError util', () => { |
| 14 | it('should include the file path and line number for component if debug info includes them', () => { |
| 15 | class Comp { |
| 16 | static ɵcmp = ɵɵdefineComponent({type: Comp, decls: 0, vars: 0, template: () => ''}); |
| 17 | } |
| 18 | ɵsetClassDebugInfo(Comp, { |
| 19 | className: 'Comp', |
| 20 | filePath: 'comp.ts', |
nothing calls this directly
no test coverage detected
searching dependent graphs…