Files
Greenlens/jest.setup.js
2026-03-29 10:26:38 -05:00

7 lines
220 B
JavaScript

// Provide the __ExpoImportMetaRegistry global that expo's runtime expects
if (typeof globalThis.__ExpoImportMetaRegistry === 'undefined') {
globalThis.__ExpoImportMetaRegistry = {
register: () => {},
};
}