Fix mention helper test
This commit is contained in:
parent
4759fedc61
commit
ed10645c2f
|
@ -10,6 +10,8 @@ class CommentMock {
|
||||||
text: string
|
text: string
|
||||||
|
|
||||||
extractMentions = VideoCommentModel.prototype.extractMentions
|
extractMentions = VideoCommentModel.prototype.extractMentions
|
||||||
|
|
||||||
|
isOwned = () => true
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('Comment model', function () {
|
describe('Comment model', function () {
|
||||||
|
|
Loading…
Reference in New Issue