mirror of
https://github.com/vector-im/element-web.git
synced 2026-06-27 10:59:28 +00:00
2801afe570
* 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