diff options
Diffstat (limited to 'test/unit/specs/components/user_profile.spec.js')
| -rw-r--r-- | test/unit/specs/components/user_profile.spec.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js index b7743f1f..613f65af 100644 --- a/test/unit/specs/components/user_profile.spec.js +++ b/test/unit/specs/components/user_profile.spec.js @@ -7,7 +7,8 @@ const localVue = createLocalVue() localVue.use(Vuex) const mutations = { - clearTimeline: () => {} + clearTimeline: () => {}, + setError: () => {} } const externalProfileStore = new Vuex.Store({ |
