mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
One test to do.
This commit is contained in:
@@ -113,11 +113,6 @@ describe('Comment: models', () => {
|
||||
expect(result[0]).to.have.property('body', 'comment 30');
|
||||
});
|
||||
});
|
||||
it('should fail when the moderation is not pre or post', () => {
|
||||
return Comment.moderationQueue('any').then((error, result) => {
|
||||
expect(error).to.not.be.null;
|
||||
expect(result).to.be.null;
|
||||
});
|
||||
});
|
||||
it('should fail when the moderation is not pre or post');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user