From 613944c13c429849ed9c8b2ba98338448f8ae83c Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 17 May 2021 09:50:44 -0400 Subject: [PATCH] fix lint Signed-off-by: Sebastian Malton --- integration/__tests__/cluster-pages.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/__tests__/cluster-pages.tests.ts b/integration/__tests__/cluster-pages.tests.ts index f051ed7b01..ca5e2aaad3 100644 --- a/integration/__tests__/cluster-pages.tests.ts +++ b/integration/__tests__/cluster-pages.tests.ts @@ -25,7 +25,7 @@ TEST_NAMESPACE namespace. This is done to minimize destructive impact of the cluster tests on an existing minikube cluster and vice versa. */ -import type { Application } from "spectron";; +import type { Application } from "spectron"; import * as utils from "../helpers/utils"; import { minikubeReady, waitForMinikubeDashboard } from "../helpers/minikube"; import { exec } from "child_process";