Unify item and group data structures #433
Annotations
10 errors and 1 warning
Run test suite:
tests/endToEnd/pages.test.ts#L15
AssertionError: promise rejected "Error: ApiError: [500] Request got status… { …(2) }" instead of resolving
❯ tests/endToEnd/pages.test.ts:15:32
Caused by: Caused by: Error: ApiError: [500] Request got status code 500
❯ text src/endpoints/fetch/response.ts:15:11
❯ tests/endToEnd/pages.test.ts:15:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { error: 'Request got status code 500', code: 500 }
|
Run test suite:
tests/endToEnd/pages.test.ts#L28
AssertionError: promise rejected "Error: ApiError: [500] Request got status… { …(2) }" instead of resolving
❯ tests/endToEnd/pages.test.ts:28:43
Caused by: Caused by: Error: ApiError: [500] Request got status code 500
❯ text src/endpoints/fetch/response.ts:15:11
❯ tests/endToEnd/pages.test.ts:28:3
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { error: 'Request got status code 500', code: 500 }
|
Run test suite:
tests/backend/tokenCase.ts#L28
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:28:7
|
Run test suite:
tests/backend/tokenCase.ts#L41
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:41:7
|
Run test suite:
tests/backend/tokenCase.ts#L28
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:28:7
|
Run test suite:
tests/backend/tokenCase.ts#L41
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:41:7
|
Run test suite:
tests/backend/tokenCase.ts#L28
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:28:7
|
Run test suite:
tests/backend/tokenCase.ts#L41
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:41:7
|
Run test suite:
tests/backend/tokenCase.ts#L28
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:28:7
|
Run test suite:
tests/backend/tokenCase.ts#L41
AssertionError: expected Error: ApiError: [null] fetchFn is not a … { …(2) } to match object { code: 401 }
(1 matching property omitted from actual)
- Expected
+ Received
- Object {
- "code": 401,
+ ApiError {
+ "code": null,
}
❯ tests/backend/tokenCase.ts:41:7
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading