mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix lint
Signed-off-by: Sebastian Malton <smalton@mirantis.com>
This commit is contained in:
parent
b48b38c393
commit
74fc8b42ad
@ -444,7 +444,7 @@ describe("Lens cluster pages", () => {
|
||||
afterEach(async () => {
|
||||
abortContoller.abort();
|
||||
|
||||
if (app?.isRunning()) {
|
||||
if (app?.isRunning()) {
|
||||
await utils.tearDown(app);
|
||||
}
|
||||
});
|
||||
|
||||
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user