(cloudKey: string)
| 53 | const USER_ID = 'user-1' |
| 54 | |
| 55 | function grantAccess(cloudKey: string) { |
| 56 | return verifyFileAccess(cloudKey, USER_ID, undefined, 'knowledge-base') |
| 57 | } |
| 58 | |
| 59 | describe('verifyKBFileAccess (binding-only)', () => { |
| 60 | beforeEach(() => { |
no test coverage detected