Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slopus/happy
/ permissionHandler.test.ts
File
permissionHandler.test.ts
packages/happy-cli/src/codex/__tests__/permissionHandler.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
'vitest'
;
2
import
{ CodexPermissionHandler } from
'../utils/permissionHandler'
;
3
4
vi.mock(
'@/ui/logger'
, () => ({
Callers
nothing calls this directly
Calls
6
describe
Function · 0.85
it
Function · 0.85
createSessionMock
Function · 0.85
expect
Function · 0.85
toEqual
Method · 0.80
handleToolCall
Method · 0.65
Tested by
no test coverage detected