You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.migration: simplify version number checks (#8749)
Replace hard-coded lists of subsequent version numbers with equivalent
implementation of semver.gte().
This should:
* reduce toil when adding new pouch versions to migration tests
* reduce the chance of accidentally exlcuding a new pouch version from
migration tests
* make test intention clearer
0 commit comments