Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ detectRepository.test.ts
File
detectRepository.test.ts
src/utils/__tests__/detectRepository.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'bun:test'
2
import
{ parseGitRemote, parseGitHubRepository } from
'../detectRepository'
3
4
describe(
'parseGitRemote'
, () => {
Callers
nothing calls this directly
Calls
2
parseGitRemote
Function · 0.90
parseGitHubRepository
Function · 0.90
Tested by
no test coverage detected