mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix Grunt error
124:38 error Strings must use doublequote quotes
This commit is contained in:
parent
467b1ad4f1
commit
298e32aada
@ -121,7 +121,7 @@ describe("Clock module", function () {
|
||||
});
|
||||
|
||||
it("shows week with correct number of week of year", function() {
|
||||
const currentWeekNumber = require('current-week-number')();
|
||||
const currentWeekNumber = require("current-week-number")();
|
||||
const weekToShow = "Week " + currentWeekNumber;
|
||||
return app.client.waitUntilWindowLoaded()
|
||||
.getText(".clock .week").should.eventually.equal(weekToShow);
|
||||
|
Loading…
x
Reference in New Issue
Block a user