mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Fix grunt error
This commit is contained in:
@@ -42,7 +42,7 @@ describe("Argument 'dev'", function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("should open dev console when provided", function () {
|
it("should open dev console when provided", function () {
|
||||||
app.args = [appPath, 'dev'];
|
app.args = [appPath, "dev"];
|
||||||
|
|
||||||
return app.start().then(function() {
|
return app.start().then(function() {
|
||||||
return app.client.waitUntilWindowLoaded()
|
return app.client.waitUntilWindowLoaded()
|
||||||
|
Reference in New Issue
Block a user