1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix bad rebase

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-05-11 09:24:42 -04:00
parent c43cfb5c48
commit 6b679d2b12

View File

@ -1,6 +1,7 @@
import { exec } from "child_process";
import { AppConstructorOptions, Application } from "spectron";
import * as util from "util";
import { exec } from "child_process";
import { isCI } from "../../src/common/vars";
const AppPaths: Partial<Record<NodeJS.Platform, string>> = {
@ -59,8 +60,6 @@ export function setup(): Application {
env: {
CICD: "true",
},
chromeDriverLogPath: "./logs/chromeDriver",
webdriverLogPath: "./logs/webdriver",
};
if (!isCI) {