forked from matrix/element-web
Fix more tests
This commit is contained in:
parent
6f06716954
commit
b1aa4bbbc7
|
@ -81,10 +81,6 @@ describe('loading:', function() {
|
||||||
|
|
||||||
windowLocation = null;
|
windowLocation = null;
|
||||||
matrixChat = null;
|
matrixChat = null;
|
||||||
|
|
||||||
languageHandler.setMissingEntryGenerator(function(key) {
|
|
||||||
return key.split('|', 2)[1];
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(async function() {
|
afterEach(async function() {
|
||||||
|
|
Loading…
Reference in New Issue