Batch comments Pinia migration 3/5: migrate actions 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 actions 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 | You are here |
Migrate batch comments mutations spec | !176488 (merged) |
Migrate batch comments getters spec | !176490 (merged) |
Edited by Stanislav Lashmanov