mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Use es6 notation in tests
This commit is contained in:
@@ -10,7 +10,7 @@ const afterEach = global.afterEach;
|
||||
describe("Electron app environment", function () {
|
||||
helpers.setupTimeout(this);
|
||||
|
||||
var app = null;
|
||||
let app = null;
|
||||
|
||||
before(function () {
|
||||
// Set config sample for use in test
|
||||
|
Reference in New Issue
Block a user