()
| 611 | build.onResolve({ filter: /^process\/$/ }, () => { |
| 612 | return { path: "process", external: true }; |
| 613 | }); |
| 614 | }, |
| 615 | }; |
| 616 | |
| 617 | async function rmTmpDir() { |
| 618 | await fs.rm(TMP_DIR, { |
| 619 | recursive: true, |
| 620 | force: true, |
| 621 | }); |
no outgoing calls
no test coverage detected