@nx/expo
Version:
12 lines • 500 B
TypeScript
import { Tree } from '@nx/devkit';
/**
* Update Jest configuration for Expo SDK 54.
*
* Expo 54 requires a different approach for Jest configuration:
* - Remove the custom resolver from jest.config
* - Delete the jest.resolver.js file
* - Add ImportMetaRegistry mock and structuredClone polyfill to test-setup.ts
* - Update tsconfig files to remove jest.resolver.js references
*/
export default function update(tree: Tree): Promise<void>;
//# sourceMappingURL=update-jest-for-expo-54.d.ts.map