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:
parent
b3f7f9cc56
commit
0a2bc6cf2c
@ -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";
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user