()
| 133 | } |
| 134 | |
| 135 | function flowConfig(): OAuthFlowConfig { |
| 136 | return { |
| 137 | name: 'kimi-code', |
| 138 | oauthHost: server.host, |
| 139 | clientId: 'test-client-id', |
| 140 | }; |
| 141 | } |
| 142 | |
| 143 | function requestAuth( |
| 144 | config: OAuthFlowConfig = flowConfig(), |
no outgoing calls
no test coverage detected