Home
last modified time | relevance | path

Searched refs:lastUpdateEventType (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-updates/e2e/fixtures/
H A DApp.tsx40 const [lastUpdateEventType, setLastUpdateEventType] = React.useState('');
170 <TestValue testID="lastUpdateEventType" value={`${lastUpdateEventType}`} />
H A DUpdates.e2e.ts750 const lastUpdateEventType = await testElementValueAsync('lastUpdateEventType'); constant
752 console.warn(`lastUpdateEventType = ${lastUpdateEventType}`);
794 jestExpect(lastUpdateEventType).toEqual('error');