mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
run prettier
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
const helpers = require("../global-setup");
|
||||
const moment = require("moment");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
describe("Clock module", function () {
|
||||
helpers.setupTimeout(this);
|
||||
|
||||
@@ -105,7 +100,7 @@ describe("Clock module", function () {
|
||||
const currentWeekNumber = moment().week();
|
||||
const weekToShow = "Week " + currentWeekNumber;
|
||||
const elem = await app.client.$(".clock .week");
|
||||
return (elem.getText(".clock .week") === weekToShow);
|
||||
return elem.getText(".clock .week") === weekToShow;
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user