Move the vuex logic out of the filter component
- Pulls all vuex logic out of the filter component and moves it into either computed properties, or up to the filters component that encompasses it. - Moves the filters spec to Jest - Removes the store based testing in the filter component - Adds extra tests around the filter component https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27216
Showing
Please register or sign in to comment