mirror of https://github.com/Chocobozzz/PeerTube
Fix mention helper test
parent
7a338188f3
commit
816970ff7a
|
@ -10,6 +10,8 @@ class CommentMock {
|
|||
text: string
|
||||
|
||||
extractMentions = VideoCommentModel.prototype.extractMentions
|
||||
|
||||
isOwned = () => true
|
||||
}
|
||||
|
||||
describe('Comment model', function () {
|
||||
|
|
Loading…
Reference in New Issue