Initial commit for Greenlens
This commit is contained in:
6
jest.setup.js
Normal file
6
jest.setup.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// Provide the __ExpoImportMetaRegistry global that expo's runtime expects
|
||||
if (typeof globalThis.__ExpoImportMetaRegistry === 'undefined') {
|
||||
globalThis.__ExpoImportMetaRegistry = {
|
||||
register: () => {},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user