1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Test everything, not just DFT

This commit is contained in:
Luke Barnard
2018-06-15 16:51:11 +01:00
parent 7489d7d531
commit c5252be4a8

View File

@ -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;