Rename the subfolder
What does this MR do and why?
This MR simply renames a subfolder to match the feature folder. The MR Widget logic is located under vue_merge_request_widget
subfolder and the relevant tests were under vue_mr_widget
subfolder. This makes the tests less discoverable. So I simply changed the subfolder name to match the same name with the feature folder.
Screenshots or screen recordings
No visual changes.
How to set up and validate locally
- You can execute the tests to see if something is broken. This code change affects only the tests.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.