Initial jest stuff. Blocked on Babel 7
This commit is contained in:
@@ -74,10 +74,6 @@ describe('MegolmExportEncryption', function() {
|
||||
}
|
||||
});
|
||||
|
||||
beforeEach(function() {
|
||||
testUtils.beforeEach(this);
|
||||
});
|
||||
|
||||
describe('decrypt', function() {
|
||||
it('should handle missing header', function() {
|
||||
const input=stringToArray(`-----`);
|
||||
|
||||
@@ -69,7 +69,6 @@ describe('Permalinks', function() {
|
||||
let sandbox;
|
||||
|
||||
beforeEach(function() {
|
||||
testUtils.beforeEach(this);
|
||||
sandbox = testUtils.stubClient();
|
||||
peg.get().credentials = { userId: "@test:example.com" };
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user