diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-10 14:28:10 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-10 14:28:10 +0200 |
| commit | 1d2ba946b6b81dc225d0eec21548a737ca2fac5e (patch) | |
| tree | 972293acde8a588ee920466ddb1a79ed20671e10 /test/unit/specs/components/user_profile.spec.js | |
| parent | d150dae5d156416351312f25b06de0013ee0a95d (diff) | |
make notifications also use the popup errors, remove all error from status/notif state
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, 1 insertions, 2 deletions
diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js index dcf066f9..80092b41 100644 --- a/test/unit/specs/components/user_profile.spec.js +++ b/test/unit/specs/components/user_profile.spec.js @@ -8,8 +8,7 @@ const localVue = createLocalVue() localVue.use(Vuex) const mutations = { - clearTimeline: () => {}, - setError: () => {} + clearTimeline: () => {} } const actions = { |
