(nodes: t.Node[])
| 337 | } |
| 338 | |
| 339 | function expectFromR3Nodes(nodes: t.Node[]) { |
| 340 | const humanizer = new R3AstSourceSpans(); |
| 341 | t.visitAll(humanizer, nodes); |
| 342 | return expect(humanizer.result); |
| 343 | } |
| 344 | |
| 345 | describe('R3 AST source spans', () => { |
| 346 | describe('nodes without binding', () => { |
no test coverage detected