Batch comments Pinia migration 4/5: migrate mutations spec
What does this MR do and why?
This MR is a part of Migrate MR Batch Comments store from vuex to Pinia (#512721 - closed) & Migrate Diffs and Notes Vuex stores to Pinia (#474653 - closed) efforts.
In this MR we're migrating batch comments mutations spec to Pinia. The rest of the specs are going to be migrated in the next MRs.
Step | MR |
---|---|
Copy store | !176485 (merged) |
Migrate batch comments store to Pinia | !176486 (merged) |
Migrate batch comments actions spec | !176487 (merged) |
Migrate batch comments mutations spec | You are here |
Migrate batch comments getters spec | !176490 (merged) |
Edited by Stanislav Lashmanov