| 1 | import { expect, test, describe } from 'vitest'; |
| 2 | import { cloudShouldExcludeRepo, serverShouldExcludeRepo, BitbucketRepository } from './bitbucket'; |
| 3 | import { BitbucketConnectionConfig } from '@sourcebot/schemas/v3/bitbucket.type'; |
| 4 | import { SchemaRepository as CloudRepository } from '@coderabbitai/bitbucket/cloud/openapi'; |
nothing calls this directly
no test coverage detected