Running Copilot coding agent #79
Annotations
2 errors
|
src/__tests__/ObjectQLDataSource.test.ts > ObjectQLDataSource > error handling > should handle timeout errors:
packages/data-objectql/src/__tests__/ObjectQLDataSource.test.ts#L237
AssertionError: promise resolved "{ data: [], total: undefined, …(3) }" instead of rejecting
- Expected
+ Received
- [Error: rejected promise]
+ Object {
+ "data": Array [],
+ "hasMore": undefined,
+ "page": 1,
+ "pageSize": undefined,
+ "total": undefined,
+ }
❯ src/__tests__/ObjectQLDataSource.test.ts:237:63
|
|
src/__tests__/ObjectQLDataSource.test.ts > ObjectQLDataSource > error handling > should handle timeout errors:
packages/data-objectql/src/__tests__/ObjectQLDataSource.test.ts#L229
AssertionError: expected TypeError: Cannot read properties of unde… to match object { code: 'TIMEOUT' }
- Expected
+ Received
- Object {
- "code": "TIMEOUT",
- }
+ [TypeError: Cannot read properties of undefined (reading 'ok')]
❯ src/__tests__/ObjectQLDataSource.test.ts:229:7
|