refactor: deletion/deny requests now return the object #70
Annotations
8 errors and 1 warning
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading