1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Down to 7 test failures

This commit is contained in:
Michael Telatynski
2019-12-17 11:24:37 +00:00
parent 0041dae664
commit ab3fb6581b
14 changed files with 122 additions and 91 deletions

View File

@@ -9,6 +9,9 @@ describe('languageHandler', function() {
testUtils.stubClient();
languageHandler.setLanguage('en').then(done);
languageHandler.setMissingEntryGenerator(function(key) {
return key.split('|', 2)[1];
});
});
it('translates a string to german', function() {