mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
merge master
This commit is contained in:
@@ -36,6 +36,8 @@ describe('graph.mutations.addTag', () => {
|
||||
if (res.errors && res.errors.length) {
|
||||
console.error(res.errors);
|
||||
}
|
||||
|
||||
console.log('res.errors', res.errors);
|
||||
expect(res.errors).to.be.empty;
|
||||
|
||||
let {tags} = await CommentsService.findById(comment.id);
|
||||
|
||||
Reference in New Issue
Block a user