()
| 2 | |
| 3 | // Ensure the CLI bundle exists before tests execute |
| 4 | export async function setup() { |
| 5 | await ensureCliBuilt(); |
| 6 | } |
| 7 | |
| 8 | // Global teardown to ensure clean exit |
| 9 | export async function teardown() { |
nothing calls this directly
no test coverage detected