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