release: prepare v0.24.0 #97
release.yml
on: push
Annotations
5 errors
|
Preflight
Process completed with exit code 1.
|
|
Preflight
@okcode/web#test: command (/home/runner/work/okcode/okcode/apps/web) /home/runner/.bun/bin/bun run test exited (1)
|
|
src/components/merge-conflicts/ExpandableSummary.test.tsx:
apps/web/src/hooks/useTheme.ts#L38
ReferenceError: localStorage is not defined
❯ getStored src/hooks/useTheme.ts:38:15
❯ src/hooks/useTheme.ts:173:12
❯ src/components/merge-conflicts/ExpandableSummary.tsx:5:1
|
|
src/components/chat/threadError.test.ts > humanizeThreadError > adds troubleshooting tips when requested:
apps/web/src/components/chat/threadError.test.ts#L87
AssertionError: expected 'Message: Claude Code must be authenti…' to contain 'Run `claude auth login` and retry the…'
Expected: "Run `claude auth login` and retry the turn."
Received: "Message: Claude Code must be authenticated with `claude auth login` before starting a session. API key and auth token credentials are not supported."
❯ src/components/chat/threadError.test.ts:87:7
|
|
src/components/chat/threadError.test.ts > humanizeThreadError > detects provider authentication failures:
apps/web/src/components/chat/threadError.test.ts#L53
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/components/chat/threadError.test.ts:53:7
|