| 1 | import { CancelGenerationPayloadV1, CodesignError } from '@open-codesign/shared'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import { |
| 4 | acquireInFlightWorkspaceGeneration, |
nothing calls this directly
no test coverage detected