mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
Use es6 notation in tests
This commit is contained in:
@@ -12,7 +12,7 @@ describe("Development console tests", function () {
|
||||
/* eslint-disable */
|
||||
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