diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-04-24 18:53:17 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-04-24 18:53:17 +0300 |
| commit | af9492977aaa10903d54add3187b5cf9d9a00d6c (patch) | |
| tree | 09ecf8ce1238d0daab75b0dc26e3e5c1d96f16a3 /test/unit/specs | |
| parent | f6fce92cf7a463fbdf270d494404dca5aae06045 (diff) | |
add back mute prediction, add getter for relationships
Diffstat (limited to 'test/unit/specs')
| -rw-r--r-- | test/unit/specs/components/user_profile.spec.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/specs/components/user_profile.spec.js b/test/unit/specs/components/user_profile.spec.js index 0a3f2d27..dcf066f9 100644 --- a/test/unit/specs/components/user_profile.spec.js +++ b/test/unit/specs/components/user_profile.spec.js @@ -19,6 +19,7 @@ const actions = { const testGetters = { findUser: state => getters.findUser(state.users), + relationship: state => getters.relationship(state.users), mergedConfig: state => ({ colors: '', highlight: {}, |
