1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
Sebastian Malton 2021-02-09 14:04:53 -05:00
parent b48b38c393
commit 74fc8b42ad
2 changed files with 1 additions and 3 deletions

View File

@ -444,7 +444,7 @@ describe("Lens cluster pages", () => {
afterEach(async () => {
abortContoller.abort();
if (app?.isRunning()) {
if (app?.isRunning()) {
await utils.tearDown(app);
}
});

View File

@ -1,8 +1,6 @@
import { AppConstructorOptions, Application } from "spectron";
import * as util from "util";
import { exec } from "child_process";
import fse from "fs-extra";
import path from "path";
import { delay } from "../../src/common/utils";
import { AbortController } from "abort-controller";