Convert some code to es6

This commit is contained in:
rejas
2021-01-04 21:59:41 +01:00
committed by veeck
parent 3d4429d418
commit 5e6cbeb9ba
3 changed files with 56 additions and 62 deletions

View File

@@ -10,7 +10,7 @@ const afterEach = global.afterEach;
describe("Calendar module", function () {
helpers.setupTimeout(this);
var app = null;
let app = null;
beforeEach(function () {
return helpers