Use es6 notation in clock module

This commit is contained in:
rejas
2021-03-17 22:29:20 +01:00
parent 0b3964c827
commit ef2ff50089
13 changed files with 56 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ const afterEach = global.afterEach;
describe("Clock set to spanish language module", function () {
helpers.setupTimeout(this);
var app = null;
let app = null;
beforeEach(function () {
return helpers