Running Copilot coding agent #3
Annotations
2 errors
|
__tests__/charts/charts.spec.ts > charts schema check > should check schema for spreadsheet chart:
__tests__/charts/charts.spec.ts#L15
AssertionError: expected { name: 'generate_spreadsheet', …(3) } to deeply equal { name: 'generate_spreadsheet', …(3) }
- Expected
+ Received
@@ -28,10 +28,13 @@
{
"type": "null",
},
],
},
+ "propertyNames": {
+ "type": "string",
+ },
"type": "object",
},
"minItems": 1,
"type": "array",
},
❯ __tests__/charts/charts.spec.ts:15:22
|
|
__tests__/charts/charts.spec.ts > charts schema check > should check schema for spreadsheet chart:
__tests__/charts/charts.spec.ts#L15
AssertionError: expected { name: 'generate_spreadsheet', …(3) } to deeply equal { name: 'generate_spreadsheet', …(3) }
- Expected
+ Received
@@ -28,10 +28,13 @@
{
"type": "null",
},
],
},
+ "propertyNames": {
+ "type": "string",
+ },
"type": "object",
},
"minItems": 1,
"type": "array",
},
❯ __tests__/charts/charts.spec.ts:15:22
|