Annotations
3 errors and 1 warning
|
Run npm test
Process completed with exit code 1.
|
|
Run npm test:
src/main/hub-relay.test.ts#L564
AssertionError: expected { type: 'rpcResult', …(1) } to match object { type: 'rpcResult', …(1) }
(5 matching properties omitted from actual)
- Expected
+ Received
@@ -1,11 +1,11 @@
{
"response": {
"ok": true,
"result": {
"roots": [
- "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/crewcode-hub-relay-6kRgba",
+ "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/crewcode-hub-relay-6kRgba",
],
"scopes": [
"terminal",
"workspace:write",
],
❯ src/main/hub-relay.test.ts:564:118
|
|
Run npm test:
src/main/brain-authorization-policy.test.ts#L14
AssertionError: expected { version: 1, …(4) } to match object { scopes: [ 'agent', …(1) ], …(2) }
(2 matching properties omitted from actual)
- Expected
+ Received
@@ -4,11 +4,11 @@
"at": 200,
"userId": "owner",
},
],
"roots": [
- "/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/brain-policy-LyqF2r/workspace",
+ "/private/var/folders/df/djsxfhc17x95674wsm_g8s980000gn/T/brain-policy-LyqF2r/workspace",
],
"scopes": [
"agent",
"workspace:read",
],
❯ src/main/brain-authorization-policy.test.ts:14:21
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading