chore(release): publish 0.0.15-25 #186
Annotations
10 errors
|
src/services/daemon-client.spec.ts > daemon-client > getSchemaDocumentation > should fetch schema documentation:
app/intrig-mcp/src/services/daemon-client.spec.ts#L265
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:265:5
|
|
src/services/daemon-client.spec.ts > daemon-client > getEndpointDocumentation > should return error on 404:
app/intrig-mcp/src/services/daemon-client.spec.ts#L248
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:248:5
|
|
src/services/daemon-client.spec.ts > daemon-client > getEndpointDocumentation > should encode special characters in ID:
app/intrig-mcp/src/services/daemon-client.spec.ts#L226
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:226:5
|
|
src/services/daemon-client.spec.ts > daemon-client > getEndpointDocumentation > should fetch endpoint documentation:
app/intrig-mcp/src/services/daemon-client.spec.ts#L198
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:198:5
|
|
src/services/daemon-client.spec.ts > daemon-client > search > should handle timeout errors:
app/intrig-mcp/src/services/daemon-client.spec.ts#L192
AssertionError: expected 'DAEMON_UNAVAILABLE' to be 'REQUEST_TIMEOUT' // Object.is equality
Expected: "REQUEST_TIMEOUT"
Received: "DAEMON_UNAVAILABLE"
❯ src/services/daemon-client.spec.ts:192:35
|
|
src/services/daemon-client.spec.ts > daemon-client > search > should return error after max retries:
app/intrig-mcp/src/services/daemon-client.spec.ts#L148
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:148:5
|
|
src/services/daemon-client.spec.ts > daemon-client > search > should retry on 5xx errors:
app/intrig-mcp/src/services/daemon-client.spec.ts#L121
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:121:5
|
|
src/services/daemon-client.spec.ts > daemon-client > search > should return error on 404 response:
app/intrig-mcp/src/services/daemon-client.spec.ts#L105
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:105:5
|
|
src/services/daemon-client.spec.ts > daemon-client > search > should handle empty query parameters:
app/intrig-mcp/src/services/daemon-client.spec.ts#L92
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:92:5
|
|
src/services/daemon-client.spec.ts > daemon-client > search > should make search request with query parameters:
app/intrig-mcp/src/services/daemon-client.spec.ts#L52
Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ src/services/daemon-client.spec.ts:52:5
|