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

@@ -10,6 +10,7 @@ describe('Tasks User', () => {
const store = new Store({
state: { user: { data: { tags: [challengeTag] } } },
getters: {},
actions: { 'common:setTitle': () => {} },
});
return shallowMount(User, {
store,