mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix mention helper test
This commit is contained in:
parent
4759fedc61
commit
ed10645c2f
@ -10,6 +10,8 @@ class CommentMock {
|
||||
text: string
|
||||
|
||||
extractMentions = VideoCommentModel.prototype.extractMentions
|
||||
|
||||
isOwned = () => true
|
||||
}
|
||||
|
||||
describe('Comment model', function () {
|
||||
|
Loading…
Reference in New Issue
Block a user