You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Test everything
This commit is contained in:
@ -38,7 +38,7 @@ function createFailedDecryptionEvent() {
|
|||||||
return event;
|
return event;
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.only('DecryptionFailureTracker', function() {
|
describe('DecryptionFailureTracker', function() {
|
||||||
it('tracks a failed decryption', function(done) {
|
it('tracks a failed decryption', function(done) {
|
||||||
const failedDecryptionEvent = createFailedDecryptionEvent();
|
const failedDecryptionEvent = createFailedDecryptionEvent();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user