mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Use es6 notation in tests
This commit is contained in:
@@ -4,7 +4,7 @@ const colors = require("colors/safe");
|
||||
|
||||
describe("Utils", function () {
|
||||
describe("colors", function () {
|
||||
var colorsEnabled = colors.enabled;
|
||||
const colorsEnabled = colors.enabled;
|
||||
|
||||
afterEach(function () {
|
||||
colors.enabled = colorsEnabled;
|
||||
|
Reference in New Issue
Block a user