Fix mention helper test
This commit is contained in:
parent
4759fedc61
commit
ed10645c2f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ class CommentMock {
|
|||
text: string
|
||||
|
||||
extractMentions = VideoCommentModel.prototype.extractMentions
|
||||
|
||||
isOwned = () => true
|
||||
}
|
||||
|
||||
describe('Comment model', function () {
|
||||
|
|
Loading…
Reference in a new issue