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

chore: Move describeIf and itIf to @k8slens/test-utils

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-05 12:40:08 -04:00
parent b3f7f9cc56
commit 0a2bc6cf2c
3 changed files with 2 additions and 1 deletions

View File

@ -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";

View File

@ -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";