Running Copilot coding agent #277
Annotations
4 errors
|
src/system/driver.test.ts > DriverCapabilitiesSchema > should require all capability flags:
packages/spec/src/system/driver.test.ts#L55
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/system/driver.test.ts:55:28
|
|
src/data/object.test.ts > ObjectSchema > Object with Indexes > should accept object with indexes:
packages/spec/src/data/object.test.ts#L196
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\": [
\"indexes\",
2,
\"name\"
],
\"message\": \"Required\"
}
]"
❯ src/data/object.test.ts:196:63
|
|
src/data/object.test.ts > IndexSchema > should accept composite index:
packages/spec/src/data/object.test.ts#L62
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\": [
\"name\"
],
\"message\": \"Required\"
}
]"
❯ src/data/object.test.ts:62:48
|
|
src/data/object.test.ts > IndexSchema > should accept basic index definition:
packages/spec/src/data/object.test.ts#L43
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\": [
\"name\"
],
\"message\": \"Required\"
}
]"
❯ src/data/object.test.ts:43:48
|