Add removeHtml function in comments tests

This commit is contained in:
mattwr18 2019-09-23 10:04:15 +02:00
parent 6542a0a584
commit c8a2b03e98
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ describe('Comment.vue', () => {
},
$filters: {
truncate: a => a,
removeHtml: a => a,
},
$apollo: {
mutate: jest.fn().mockResolvedValue({

View File

@ -41,6 +41,7 @@ describe('CommentList.vue', () => {
$t: jest.fn(),
$filters: {
truncate: a => a,
removeHtml: a => a,
},
$apollo: {
queries: {