(_p: string, ap?: string)
| 609 | assert.equal(store.get().api?.authProfile, SEMANTIC_INDEX_AUTH_PROFILE) |
| 610 | |
| 611 | const resolve = (_p: string, ap?: string) => (ap ? (authProfiles.get(ap)?.key ?? '') : '') |
| 612 | assert.equal(resolveSemanticIndexApiKeySet(saved, resolve), true) |
| 613 | }) |
| 614 |
no test coverage detected