| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { AccountTransportError } from "../../src/account/schema" |
| 3 | import { FormatError } from "../../src/cli/error" |
| 4 | import { UI } from "../../src/cli/ui" |
nothing calls this directly
no test coverage detected