mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
added reply bug
This commit is contained in:
@@ -116,6 +116,8 @@ describe('graph.mutations.createComment', () => {
|
||||
}
|
||||
expect(data.createComment).to.have.property('errors').null;
|
||||
expect(data.createComment).to.have.property('comment').not.null;
|
||||
expect(data.createComment.comment).to.have.property('id').not
|
||||
.null;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user