Initial jest stuff. Blocked on Babel 7
This commit is contained in:
@@ -8,7 +8,6 @@ describe('languageHandler', function() {
|
||||
let sandbox;
|
||||
|
||||
beforeEach(function(done) {
|
||||
testUtils.beforeEach(this);
|
||||
sandbox = testUtils.stubClient();
|
||||
|
||||
languageHandler.setLanguage('en').then(done);
|
||||
|
||||
Reference in New Issue
Block a user