Build client #144
build_and_release.yml
on: push
Build and publish
12s
Matrix: publish
Annotations
6 errors
|
Build and publish
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
test/src/filters.test.ts#L176
Expected: 1
Received: 0
at <anonymous> (/home/runner/work/rumble/rumble/test/src/filters.test.ts:176:7)
|
|
error: expect(received).toEqual(expected):
test/src/filters.test.ts#L38
{
- "data": {
- "user": {
- "firstName": "Shayda",
- "id": "3e0bb3d0-2074-4a1e-9263-d13dd10cb0cf",
- },
- },
+ "data": null,
+ "errors": [
+ [GraphQLError: Value not found but required (findFirst)],
+ ],
}
- Expected - 6
+ Received + 4
at <anonymous> (/home/runner/work/rumble/rumble/test/src/filters.test.ts:38:15)
|
|
error: expect(received).toEqual(expected):
test/src/abilities.test.ts#L422
[
"user",
- "id",
]
- Expected - 1
+ Received + 0
at <anonymous> (/home/runner/work/rumble/rumble/test/src/abilities.test.ts:422:42)
|
|
error: expect(received).toEqual(expected):
test/src/abilities.test.ts#L388
[
"user",
- "id",
]
- Expected - 1
+ Received + 0
at <anonymous> (/home/runner/work/rumble/rumble/test/src/abilities.test.ts:388:42)
|
|
error: expect(received).toEqual(expected):
test/src/abilities.test.ts#L37
{
- "data": {
- "user": {
- "firstName": "Shayda",
- "id": "3e0bb3d0-2074-4a1e-9263-d13dd10cb0cf",
- },
- },
+ "data": null,
+ "errors": [
+ [GraphQLError: Value not found but required (findFirst)],
+ ],
}
- Expected - 6
+ Received + 4
at <anonymous> (/home/runner/work/rumble/rumble/test/src/abilities.test.ts:37:15)
|