mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-09 17:51:11 +01:00
* Inline `VerificationRequest.{invalid,ready,started,done,cancelled}`
These methods are all just shortcuts for checks on `phase`, so let's get rid of
them
* update test
* Add some more tests
* even more coverage
* fix tests