mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix grunt error
This commit is contained in:
parent
42f22119f2
commit
14c0307c09
@ -42,7 +42,7 @@ describe("Argument 'dev'", function () {
|
||||
});
|
||||
|
||||
it("should open dev console when provided", function () {
|
||||
app.args = [appPath, 'dev'];
|
||||
app.args = [appPath, "dev"];
|
||||
|
||||
return app.start().then(function() {
|
||||
return app.client.waitUntilWindowLoaded()
|
||||
|
Loading…
x
Reference in New Issue
Block a user