()
| 191 | const project = new MockProject(); |
| 192 | project.root += '/tests/fixtures/build/simple'; |
| 193 | const setup = () => |
| 194 | new Builder({ |
| 195 | project, |
| 196 | ui: project.ui, |
| 197 | copyToOutputPath() { |
| 198 | return []; |
| 199 | }, |
| 200 | }); |
| 201 | |
| 202 | let result = await setup().build(); |
| 203 |
no outgoing calls
no test coverage detected
searching dependent graphs…