mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Remove extra spaces and lines in tests.
This commit is contained in:
parent
b02920c43c
commit
aeb3ccaf09
@ -3,8 +3,6 @@ const path = require("path");
|
|||||||
const chai = require("chai");
|
const chai = require("chai");
|
||||||
const chaiAsPromised = require("chai-as-promised");
|
const chaiAsPromised = require("chai-as-promised");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var electronPath = path.join(__dirname, "../../../", "node_modules", ".bin", "electron");
|
var electronPath = path.join(__dirname, "../../../", "node_modules", ".bin", "electron");
|
||||||
|
|
||||||
if (process.platform === "win32") {
|
if (process.platform === "win32") {
|
||||||
|
@ -3,8 +3,6 @@ const path = require("path");
|
|||||||
const chai = require("chai");
|
const chai = require("chai");
|
||||||
const chaiAsPromised = require("chai-as-promised");
|
const chaiAsPromised = require("chai-as-promised");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var electronPath = path.join(__dirname, "../../../", "node_modules", ".bin", "electron");
|
var electronPath = path.join(__dirname, "../../../", "node_modules", ".bin", "electron");
|
||||||
|
|
||||||
if (process.platform === "win32") {
|
if (process.platform === "win32") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user