Running Copilot coding agent #471
Annotations
10 errors
|
src/client.test.ts > Auth enhancements > should refresh token:
packages/client/src/client.test.ts#L405
AssertionError: expected 'http://localhost:3000/api/v1/auth/get…' to contain '/api/v1/auth/refresh'
Expected: "/api/v1/auth/refresh"
Received: "http://localhost:3000/api/v1/auth/get-session"
❯ src/client.test.ts:405:21
|
|
src/client.test.ts > Auth enhancements > should register a new user:
packages/client/src/client.test.ts#L392
AssertionError: expected 'http://localhost:3000/api/v1/auth/sig…' to contain '/api/v1/auth/register'
Expected: "/api/v1/auth/register"
Received: "http://localhost:3000/api/v1/auth/sign-up/email"
❯ src/client.test.ts:392:21
|
|
src/client.test.ts > Permissions namespace > should get effective permissions:
packages/client/src/client.test.ts#L165
AssertionError: expected 'http://localhost:3000/api/v1/auth/per…' to contain '/api/v1/permissions/effective'
Expected: "/api/v1/permissions/effective"
Received: "http://localhost:3000/api/v1/auth/permissions/effective"
❯ src/client.test.ts:165:21
|
|
src/client.test.ts > Permissions namespace > should get object permissions:
packages/client/src/client.test.ts#L154
AssertionError: expected 'http://localhost:3000/api/v1/auth/per…' to contain '/api/v1/permissions/objects/customer'
Expected: "/api/v1/permissions/objects/customer"
Received: "http://localhost:3000/api/v1/auth/permissions/customer"
❯ src/client.test.ts:154:21
|
|
src/client.test.ts > Permissions namespace > should check permission with all params:
packages/client/src/client.test.ts#L124
AssertionError: expected 'http://localhost:3000/api/v1/auth/che…' to contain '/api/v1/permissions/check'
Expected: "/api/v1/permissions/check"
Received: "http://localhost:3000/api/v1/auth/check"
❯ src/client.test.ts:124:21
|
|
src/client.hono.test.ts > ObjectStackClient (with Hono Server) > should find data via hono:
packages/client/src/index.ts#L217
Error: Failed to connect to http://localhost:3000/api/v1: Not Found
❯ ObjectStackClient.connect src/index.ts:217:18
❯ src/client.hono.test.ts:139:9
|
|
src/client.hono.test.ts > ObjectStackClient (with Hono Server) > should create and retrieve data via hono:
packages/client/src/index.ts#L217
Error: Failed to connect to http://localhost:3000/api/v1: Not Found
❯ ObjectStackClient.connect src/index.ts:217:18
❯ src/client.hono.test.ts:121:9
|
|
src/client.hono.test.ts > ObjectStackClient (with Hono Server) > should connect to hono server and discover endpoints:
packages/client/src/index.ts#L217
Error: Failed to connect to http://localhost:3000/api/v1: Not Found
❯ ObjectStackClient.connect src/index.ts:217:18
❯ src/client.hono.test.ts:106:9
|
|
src/client.hono.test.ts > ObjectStackClient (with Hono Server):
packages/client/src/client.hono.test.ts#L100
Error: Hook timed out in 10000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/client.hono.test.ts:100:5
|
|
copilot
@objectstack/client#build: command (/home/runner/work/spec/spec/packages/client) /home/runner/work/_temp/ghcca-node/node/bin/pnpm run build exited (1)
|