Fix error logs in client unit tests from setTitle (#12967)

This commit is contained in:
Bart Enkelaar
2021-01-25 23:52:26 +01:00
committed by GitHub
parent 43fc390e28
commit a543531956
6 changed files with 5 additions and 110 deletions

View File

@@ -42,6 +42,7 @@ describe('Challenge Detail', () => {
{ _id: '3', type: 'reward' },
{ _id: '4', type: 'todo' },
],
'common:setTitle': () => {},
},
getters: {
},