(nodes: t.Node[])
| 327 | } |
| 328 | |
| 329 | function expectFromR3Nodes(nodes: t.Node[]) { |
| 330 | const humanizer = new R3AstSourceSpans(); |
| 331 | t.visitAll(humanizer, nodes); |
| 332 | return expect(humanizer.result); |
| 333 | } |
| 334 | |
| 335 | describe('R3 AST source spans', () => { |
| 336 | describe('nodes without binding', () => { |
no test coverage detected
searching dependent graphs…