Down to 7 test failures
This commit is contained in:
parent
0041dae664
commit
ab3fb6581b
14 changed files with 122 additions and 91 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue