Initial jest stuff. Blocked on Babel 7

This commit is contained in:
Michael Telatynski 2019-12-13 13:43:48 +00:00
parent b7fe06706d
commit 18f81d80db
19 changed files with 1144 additions and 77 deletions

View file

@ -74,10 +74,6 @@ describe('MegolmExportEncryption', function() {
}
});
beforeEach(function() {
testUtils.beforeEach(this);
});
describe('decrypt', function() {
it('should handle missing header', function() {
const input=stringToArray(`-----`);