added reply bug

This commit is contained in:
Wyatt Johnson
2018-01-16 12:30:38 -07:00
parent 7885b025ee
commit 45d4c79c26
7 changed files with 100 additions and 16 deletions
@@ -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;
}
}
);