diff --git a/open-lens/integration/__tests__/cluster-pages.tests.ts b/open-lens/integration/__tests__/cluster-pages.tests.ts index ecc013f8a3..46a20bd320 100644 --- a/open-lens/integration/__tests__/cluster-pages.tests.ts +++ b/open-lens/integration/__tests__/cluster-pages.tests.ts @@ -14,7 +14,7 @@ import { minikubeReady } from "../helpers/minikube"; import type { Frame, Page } from "playwright"; import { groupBy, toPairs } from "lodash/fp"; import { pipeline } from "@ogre-tools/fp"; -import { describeIf } from "../../../core/src/test-utils/skippers"; +import { describeIf } from "@k8slens/test-utils"; const TEST_NAMESPACE = "integration-tests"; diff --git a/packages/utility-features/test-utils/index.ts b/packages/utility-features/test-utils/index.ts index aca8fd5f9a..0cc794b3bb 100644 --- a/packages/utility-features/test-utils/index.ts +++ b/packages/utility-features/test-utils/index.ts @@ -4,3 +4,4 @@ export * from "./src/get-global-override"; export * from "./src/get-promise-status"; export * from "./src/render-for"; export * from "./src/run-with-thrown-mobx-reactions"; +export * from "./src/skippers"; diff --git a/packages/core/src/test-utils/skippers.ts b/packages/utility-features/test-utils/src/skippers.ts similarity index 100% rename from packages/core/src/test-utils/skippers.ts rename to packages/utility-features/test-utils/src/skippers.ts