As a developer I want to use @pinia/testing for testing pinia in unit tests to make sure sure my code is stable
Problem:
MW uses Pinia 2.0.16 on production. But the current @pinia/testing@0.1.7 requires a peer pinia@">=2.2.6".
Pinia 2.3.1 is latest.
Proposed solution:
Is it by any chance possible to periodically update Pinia ? 🍍
Thank you!
See