| 1 | import { afterEach, describe, expect, it, mock } from "bun:test"; |
| 2 | |
| 3 | import type { CommandContext } from "~/shell/commandContext.js"; |
| 4 | import { makeNoopSignals } from "~/shell/signals/createSignalRegistry.fixtures.js"; |
nothing calls this directly
no test coverage detected