()
| 211 | const project = new MockProject(); |
| 212 | project.root += '/tests/fixtures/build/node-esm'; |
| 213 | const setupBuilder = () => |
| 214 | new Builder({ |
| 215 | project, |
| 216 | ui: project.ui, |
| 217 | copyToOutputPath() { |
| 218 | return []; |
| 219 | }, |
| 220 | }); |
| 221 | |
| 222 | let result = await setupBuilder().build(); |
| 223 |
no outgoing calls
no test coverage detected
searching dependent graphs…