1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
Joost De Cock
ef5e792d6b chore: Linter fixes 2022-09-14 15:02:39 +02:00
Joost De Cock
15dbb867ac chore: Migrated plugin tests to named exports 2022-08-28 11:03:01 +02:00
nikhil
6ac0e16d27 fix(testci): Accept alpha and beta package versions
testci is currently failing now that package versions have been [bumped to `3.0.0-alpha.0`](ae40299 (diff-2d72bdead8afa0798d18995311992d684348a694c2d5e214e8e4d2b6153e4821)). Alpha and beta version numbers have existed before, but only as recently as `v2.1.0-alpha.0` and `v2.7.0-beta.3` respectively, both of which preceded [the assertions in question](7ddb023c8d).

This PR updates those assertions to accept `alpha` or `beta` package versions, in addition to the already-supported `rc` and stable (non-suffixed) package versions.
2022-08-24 00:33:58 -04:00
Joost De Cock
7ddb023c8d fix: Support -rc releases in version unit test. Fixes #1886 2022-02-19 08:24:33 +01:00
Joost De Cock
2234155052 chore: Fixed linter warnings 2022-01-20 09:07:38 +01:00
Joost De Cock
2d2db41621 chore: Added shared tests and templates for plugins 2021-11-27 16:54:50 +01:00