Adding author info to comments and author name display.

This commit is contained in:
David Jay
2016-11-18 14:22:21 -05:00
parent 7a6dfbcb4a
commit 29bf5b9990
5 changed files with 14 additions and 13 deletions
-1
View File
@@ -53,7 +53,6 @@ describe('User: models', () => {
if(a.displayName > b.displayName) {return 1;}
return 0;
});
console.log(sorted);
expect(sorted[0]).to.have.property('displayName')
.and.to.equal('Marvel');
});