(attrs: TAttributes | null)
| 532 | |
| 533 | describe('reading the ngProjectAs attribute value', function () { |
| 534 | function testTNode(attrs: TAttributes | null) { |
| 535 | return testLStaticData('tag', attrs); |
| 536 | } |
| 537 | |
| 538 | it('should get ngProjectAs value if present', function () { |
| 539 | expect( |
no test coverage detected
searching dependent graphs…