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() {