UNPKG

@nx/detox

Version:

The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.

12 lines 480 B
import { Tree } from '@nx/devkit'; /** * Remove @config-plugins/detox for Expo 54+ projects. * * The @config-plugins/detox package has been discontinued and is incompatible * with Expo 54. See: https://github.com/expo/config-plugins/pull/290 * * This migration removes the dependency from package.json for projects * using Expo 54 or above. */ export default function update(tree: Tree): Promise<void>; //# sourceMappingURL=remove-config-plugins-detox-for-expo-54.d.ts.map