mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-26 10:01:09 +01:00
Test everything, not just DFT
This commit is contained in:
parent
7489d7d531
commit
c5252be4a8
@ -30,7 +30,7 @@ function createFailedDecryptionEvent() {
|
||||
return event;
|
||||
}
|
||||
|
||||
describe.only('DecryptionFailureTracker', function() {
|
||||
describe('DecryptionFailureTracker', function() {
|
||||
it('tracks a failed decryption', function(done) {
|
||||
const failedDecryptionEvent = createFailedDecryptionEvent();
|
||||
let trackedFailure = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user