()
| 496 | let mockInitSummary = { ok: 'init dokie' }; |
| 497 | let mockInitTree = { |
| 498 | toJSON() { |
| 499 | return { nodes: [{ i: 'can init json' }] }; |
| 500 | }, |
| 501 | }; |
| 502 | let mockBuildSummary = { ok: 'build dokie' }; |
| 503 | let mockBuildTree = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…