-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Description
The tests for bump-version command are slower compared to other tests (each taking ~7s on my pc). In my opinion it doesn't make sense to have so many end2end tests checking this functionality.
I think we should reduce these tests to maybe 1-2 end2end tests (using spago cli directly) and the rest should be deleted and replaced by unit/property tests of getNextVersion. WDYT?