refactor: deletion/deny requests now return the object #70
Annotations
16 errors and 2 warnings
error: expect(received).toHaveProperty(path:
src/mutations/user/Relationship.test.ts#L308
Expected path: "data.denyFollowRequest"
Expected value: true
Unable to find property
at /home/runner/work/nova/nova/src/mutations/user/Relationship.test.ts:308:15
|
error: expect(received).toHaveProperty(path:
src/mutations/user/Relationship.test.ts#L328
Expected: "This user does not exist or has not sent a follow request."
Received: "Field \"denyFollowRequest\" of type \"UserRelationship\" must have a selection of subfields. Did you mean \"denyFollowRequest { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/user/Relationship.test.ts:328:25
|
error: expect(received).toHaveProperty(path:
src/mutations/user/Relationship.test.ts#L354
Expected: "This user does not exist or has not sent a follow request."
Received: "Field \"denyFollowRequest\" of type \"UserRelationship\" must have a selection of subfields. Did you mean \"denyFollowRequest { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/user/Relationship.test.ts:354:26
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Collection.test.ts#L133
Expected path: "data.deletePostCollection"
Expected value: true
Unable to find property
at /home/runner/work/nova/nova/src/mutations/post/Collection.test.ts:133:15
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Collection.test.ts#L298
Expected: "Post collection not found."
Received: "Field \"deletePostCollection\" of type \"PostCollection\" must have a selection of subfields. Did you mean \"deletePostCollection { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/post/Collection.test.ts:298:25
|
error: expect(received).toHaveProperty(path:
src/mutations/user/Relationship.test.ts#L308
Expected path: "data.denyFollowRequest"
Expected value: true
Unable to find property
at /home/runner/work/nova/nova/src/mutations/user/Relationship.test.ts:308:15
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Post.test.ts#L103
Expected path: "data.deletePost"
Expected value: true
Unable to find property
at /home/runner/work/nova/nova/src/mutations/post/Post.test.ts:103:15
|
error: expect(received).toHaveProperty(path:
src/mutations/user/Relationship.test.ts#L328
Expected: "This user does not exist or has not sent a follow request."
Received: "Field \"denyFollowRequest\" of type \"UserRelationship\" must have a selection of subfields. Did you mean \"denyFollowRequest { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/user/Relationship.test.ts:328:25
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Post.test.ts#L157
Expected: "Post not found."
Received: "Field \"deletePost\" of type \"Post\" must have a selection of subfields. Did you mean \"deletePost { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/post/Post.test.ts:157:25
|
error: expect(received).toHaveProperty(path:
src/mutations/user/Relationship.test.ts#L354
Expected: "This user does not exist or has not sent a follow request."
Received: "Field \"denyFollowRequest\" of type \"UserRelationship\" must have a selection of subfields. Did you mean \"denyFollowRequest { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/user/Relationship.test.ts:354:26
|
Test
Process completed with exit code 1.
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Collection.test.ts#L133
Expected path: "data.deletePostCollection"
Expected value: true
Unable to find property
at /home/runner/work/nova/nova/src/mutations/post/Collection.test.ts:133:15
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Collection.test.ts#L298
Expected: "Post collection not found."
Received: "Field \"deletePostCollection\" of type \"PostCollection\" must have a selection of subfields. Did you mean \"deletePostCollection { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/post/Collection.test.ts:298:25
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Post.test.ts#L103
Expected path: "data.deletePost"
Expected value: true
Unable to find property
at /home/runner/work/nova/nova/src/mutations/post/Post.test.ts:103:15
|
error: expect(received).toHaveProperty(path:
src/mutations/post/Post.test.ts#L157
Expected: "Post not found."
Received: "Field \"deletePost\" of type \"Post\" must have a selection of subfields. Did you mean \"deletePost { ... }\"?"
at /home/runner/work/nova/nova/src/mutations/post/Post.test.ts:157:25
|
Coverage
Process completed with exit code 1.
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|