@nx/detox
Version:
4 lines (3 loc) • 447 B
TypeScript
export declare const DETOX_EXECUTORS_DEPRECATION_MESSAGE = "`@nx/detox:build` and `@nx/detox:test` are deprecated and will be removed in Nx v24. Run `nx g @nx/detox:convert-to-inferred` to migrate to the `@nx/detox/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.";
export declare function warnDetoxExecutorsDeprecation(): void;
export declare function warnDetoxExecutorsGenerating(): void;