| 1 | import { genAuthCode } from '@codebuff/common/util/credentials' |
| 2 | import { createMockLogger } from '@codebuff/common/testing/mock-types' |
| 3 | import { describe, expect, mock, test } from 'bun:test' |
| 4 |
nothing calls this directly
no test coverage detected