mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Adding author info to comments and author name display.
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user