Running Copilot coding agent #302
Annotations
10 errors
|
src/data/external-lookup.test.ts > FieldMappingSchema > should default readonly to true:
packages/spec/src/data/external-lookup.test.ts#L150
ZodError: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"source"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"target"
],
"message": "Required"
}
]
❯ Object.get error [as error] ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:39:31
❯ ZodObject.parse ../../node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js:114:22
❯ src/data/external-lookup.test.ts:150:39
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'source' ], message: 'Required' }, { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'target' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'source' ], message: 'Required' }, { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'target' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { source: [ 'Required' ], target: [ 'Required' ] } } }
|
|
src/data/external-lookup.test.ts > FieldMappingSchema > should accept minimal field mapping:
packages/spec/src/data/external-lookup.test.ts#L140
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown
- Expected:
undefined
+ Received:
"[
{
\"code\": \"invalid_type\",
\"expected\": \"string\",
\"received\": \"undefined\",
\"path\": [
\"source\"
],
\"message\": \"Required\"
},
{
\"code\": \"invalid_type\",
\"expected\": \"string\",
\"received\": \"undefined\",
\"path\": [
\"target\"
],
\"message\": \"Required\"
}
]"
❯ src/data/external-lookup.test.ts:140:64
|
|
src/data/external-lookup.test.ts > FieldMappingSchema > should validate complete field mapping:
packages/spec/src/data/external-lookup.test.ts#L130
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown
- Expected:
undefined
+ Received:
"[
{
\"code\": \"invalid_type\",
\"expected\": \"string\",
\"received\": \"undefined\",
\"path\": [
\"source\"
],
\"message\": \"Required\"
},
{
\"code\": \"invalid_type\",
\"expected\": \"string\",
\"received\": \"undefined\",
\"path\": [
\"target\"
],
\"message\": \"Required\"
}
]"
❯ src/data/external-lookup.test.ts:130:62
|
|
src/automation/workflow.test.ts > WorkflowActionSchema > should accept webhook trigger action:
packages/spec/src/automation/workflow.test.ts#L477
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown
- Expected:
undefined
+ Received:
"[
{
\"code\": \"invalid_type\",
\"expected\": \"object\",
\"received\": \"undefined\",
\"path\": [
\"config\"
],
\"message\": \"Required\"
}
]"
❯ src/automation/workflow.test.ts:477:58
|
|
src/auth/config.test.ts > EnterpriseAuthConfigSchema > should accept empty enterprise config:
packages/spec/src/auth/config.test.ts#L493
AssertionError: expected [Function] to not throw an error but 'ReferenceError: EnterpriseApplication…' was thrown
- Expected:
undefined
+ Received:
"ReferenceError: EnterpriseApplicationAuthConfigSchema is not defined"
❯ src/auth/config.test.ts:493:75
|
|
src/auth/config.test.ts > EnterpriseAuthConfigSchema > should accept partial enterprise config:
packages/spec/src/auth/config.test.ts#L488
AssertionError: expected [Function] to not throw an error but 'ReferenceError: EnterpriseApplication…' was thrown
- Expected:
undefined
+ Received:
"ReferenceError: EnterpriseApplicationAuthConfigSchema is not defined"
❯ src/auth/config.test.ts:488:75
|
|
src/auth/config.test.ts > EnterpriseAuthConfigSchema > should accept enterprise config with all providers:
packages/spec/src/auth/config.test.ts#L475
AssertionError: expected [Function] to not throw an error but 'ReferenceError: EnterpriseApplication…' was thrown
- Expected:
undefined
+ Received:
"ReferenceError: EnterpriseApplicationAuthConfigSchema is not defined"
❯ src/auth/config.test.ts:475:75
|
|
copilot
Process completed with exit code 1.
|
|
copilot
Process completed with exit code 2.
|
|
copilot
packages/core build: src/logger.ts(36,13): error TS1117: An object literal cannot have multiple properties with the same name.
|