Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/
H A DApp.tsx171 <TestValue testID="updateString" value="test" />
H A DUpdates.e2e.ts989 const updateString = await testElementValueAsync('updateString'); constant
990 jestExpect(updateString).toEqual(newNotifyString);