MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / protocolHandler.test.ts

File protocolHandler.test.ts

src/utils/deepLink/__tests__/protocolHandler.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, mock, test } from 'bun:test'
2
3const mockParseDeepLink = mock((uri: string) => {
4 if (uri === null || uri === undefined || uri === 'bad-uri') {

Callers

nothing calls this directly

Calls 2

handleUrlSchemeLaunchFunction · 0.85
handleDeepLinkUriFunction · 0.85

Tested by

no test coverage detected