| 1 | // Why we use the BUILT bundle instead of src/entrypoints/cli.tsx: |
| 2 | // `Bun.spawn` runs the CLI in a fresh process whose cwd is the per-test |
| 3 | // tempDir. Bun resolves the `src/*` tsconfig path alias from the cwd's |
| 4 | // nearest tsconfig.json, NOT from the entrypoint file's directory — so a |
nothing calls this directly
no test coverage detected