You've already forked matrix-react-sdk
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user