1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Test everything

This commit is contained in:
Luke Barnard
2018-07-05 14:55:29 +01:00
parent d53c836fd7
commit 15bd2e157f

View File

@ -38,7 +38,7 @@ function createFailedDecryptionEvent() {
return event;
}
describe.only('DecryptionFailureTracker', function() {
describe('DecryptionFailureTracker', function() {
it('tracks a failed decryption', function(done) {
const failedDecryptionEvent = createFailedDecryptionEvent();