Add ability to link account to GitHub with read/write access #8
Annotations
4 errors
composables/useLLMToIssues.test.js > parseIssuesFromStream > should parse a stream of XML into Issue objects:
composables/useLLMToIssues.test.js#L20
TypeError: parseIssuesFromStream(...) is not a function or its return value is not async iterable
❯ composables/useLLMToIssues.test.js:20:31
|
composables/useLLMToIssues.test.js > streamIssues > should stream issues from the OpenRouter API:
composables/useLLMToIssues.test.js#L57
ReferenceError: jest is not defined
❯ composables/useLLMToIssues.test.js:57:20
|
composables/useLLMToIssues.test.js > streamIssues > should handle HTTP errors from the OpenRouter API:
composables/useLLMToIssues.test.js#L90
ReferenceError: jest is not defined
❯ composables/useLLMToIssues.test.js:90:20
|
test
Process completed with exit code 1.
|