()
| 19 | // A capability accessor only needs `ctx.capabilities`, so test contexts are |
| 20 | // typed against the minimal CapabilityContext — no casts. |
| 21 | function makeCtx(): CapabilityContext { |
| 22 | return { capabilities: new CapabilityRegistry() } |
| 23 | } |
| 24 | |
| 25 | describe('createCapability + CapabilityRegistry', () => { |
| 26 | it('provides and gets a value by handle reference', () => { |
no outgoing calls
no test coverage detected